| オーバーロード | 解説 |
|---|---|
| CreateVisual(Boolean) | Creates a Visual object that represents a drawing element. |
| CreateVisual(Int32,Boolean) | Creates a Visual object that represents a drawing element. |
| CreateVisual(Action<GcGraphics,Visual>) | Creates a Visual object that represents a drawing element. |
| CreateVisual(Contour,Boolean) | Creates a Visual object that represents an element drawing the GrapeCity.Documents.Layout.Contour. |
| CreateVisual(Contour,Boolean,Action<GcGraphics,Visual>) | Creates a Visual object that represents an element drawing the GrapeCity.Documents.Layout.Contour. |
| CreateVisual(AnchorPoint[]) | Creates a Visual object that represents a polygon based on the given GrapeCity.Documents.Layout.AnchorPoints. |
| CreateVisual(AnchorPoint[],Action<GcGraphics,Visual>) | Creates a Visual object that represents a polygon based on the given GrapeCity.Documents.Layout.AnchorPoints. |