Document Solutions for PDF
GrapeCity.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 Factory1
    public Factory1 D2DFactory {get;}
    See Also