The drawing context of the 2D image layer.

Inheritance Hierarchy

Object
    FWiz2DImage

Methods

Name Description
BeginGroup Create a new group of objects.
DrawAttribute Creates an attribute object.
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.
SetPenStyle Sets the pen style.
SetTextStyle Sets the text style.

See also