DioDocs for PDF
CreateVisual(Contour,Boolean,Action<GcGraphics,Visual>) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout.Composition 名前空間 > Layer クラス > CreateVisual メソッド : CreateVisual(Contour,Boolean,Action<GcGraphics,Visual>) メソッド
A GrapeCity.Documents.Layout.Contour to be associated with the Visual.
Indicates whether a new GrapeCity.Documents.Layout.LayoutRect must be associated with the Visual.
A delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Visual, and draws the visual on the graphics.
Creates a Visual object that represents an element drawing the GrapeCity.Documents.Layout.Contour.
シンタックス
'宣言
 
Public Overloads Function CreateVisual( _
   ByVal contour As Contour, _
   ByVal createRect As System.Boolean, _
   ByVal draw As System.Action(Of GcGraphics,Visual) _
) As Visual
public Visual CreateVisual( 
   Contour contour,
   System.bool createRect,
   System.Action<GcGraphics,Visual> draw
)

パラメータ

contour
A GrapeCity.Documents.Layout.Contour to be associated with the Visual.
createRect
Indicates whether a new GrapeCity.Documents.Layout.LayoutRect must be associated with the Visual.
draw
A delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Visual, and draws the visual on the graphics.
参照

Layer クラス
Layer メンバ
オーバーロード一覧