The drawing context of the assembly layer.
Inheritance Hierarchy
Object
FWizAssembly
Methods
| Name | Description |
|---|---|
| BeginGroup | Create a new group of objects. |
| DrawAttribute | Creates an attribute object. |
| DrawAttributes | Adds Reference and Value attributes on the assembly layer. |
| DrawBezier | Creates a Bézier spline. |
| DrawCurve | Creates a cardinal spline. |
| DrawEllipse | Creates an ellipse, a circle or an arc. |
| DrawLine | Creates a line passing through two points. |
| DrawPolygon | Creates a polygon from a list of vertices. |
| DrawPolyline | Creates a polyline from a list of vertices. |
| DrawRectangle | Creates a rectangle. |
| DrawShape | Create a shape consisting of lines, curves, and arcs. |
| DrawText | Creates a single line of text. |
| EndGroup | Closes the object group. |
| SetBrushStyle | Sets the brush style for the assembly layer. |
| SetPenStyle | Sets the pen style for the assembly layer. |
| SetTextStyle | Sets the text style for the assembly layer. |