Document Solutions for Imaging
DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / D2DFactory Property

In This Topic
    D2DFactory Property (GcWicBitmap)
    In This Topic
    Gets an instance of the GrapeCity.Documents.DX.Direct2D.Factory1 class.

    The factory becomes available after executing the EnsureRenderTargetCreated method.

    Syntax
    'Declaration
     
    Public ReadOnly Property D2DFactory As GrapeCity.Documents.DX.Direct2D.Factory1
    public GrapeCity.Documents.DX.Direct2D.Factory1 D2DFactory {get;}
    See Also