DioDocs for PDF
GcDXGraphics コンストラクタ

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcDXGraphics クラス : GcDXGraphics コンストラクタ
The underlying render target.
The D2D factory used to create primitives.
The initial back color, GrapeCity.Documents.DX.Direct2D.RenderTarget.Clear will be called if parameter is not null.
The FontCache object.
The brush to use.
The GrapeCity.Documents.Drawing.IGlyphPathCache object, can be null in this case glyph paths will not be cached.
Indicates whether to call GrapeCity.Documents.DX.Direct2D.RenderTarget.BeginDraw in constructor in GrapeCity.Documents.DX.Direct2D.RenderTarget.EndDraw when disposing.
For internal use. Initializes a new instance of the GcDXGraphics class.
シンタックス
'宣言
 
Public Function New( _
   ByVal renderTarget As RenderTarget, _
   ByVal factory As Factory1, _
   ByVal backColor As System.Nullable(Of Color), _
   ByVal fontCache As FontCache, _
   ByVal brush As SolidColorBrush, _
   Optional ByVal glyphPathCache As IGlyphPathCache, _
   Optional ByVal beginDraw As System.Boolean _
)
public GcDXGraphics( 
   RenderTarget renderTarget,
   Factory1 factory,
   System.Nullable<Color> backColor,
   FontCache fontCache,
   SolidColorBrush brush,
   IGlyphPathCache glyphPathCache,
   System.bool beginDraw
)

パラメータ

renderTarget
The underlying render target.
factory
The D2D factory used to create primitives.
backColor
The initial back color, GrapeCity.Documents.DX.Direct2D.RenderTarget.Clear will be called if parameter is not null.
fontCache
The FontCache object.
brush
The brush to use.
glyphPathCache
The GrapeCity.Documents.Drawing.IGlyphPathCache object, can be null in this case glyph paths will not be cached.
beginDraw
Indicates whether to call GrapeCity.Documents.DX.Direct2D.RenderTarget.BeginDraw in constructor in GrapeCity.Documents.DX.Direct2D.RenderTarget.EndDraw when disposing.
参照

GcDXGraphics クラス
GcDXGraphics メンバ