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