Click or drag to resize

ShapeObject Constructor

X#
Construct a ShapeObject object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oPoint,
	oDimension,
	oPen,
	oBrush
) CLIPPER
Request Example View Source

Parameters

oPoint (Optional)
Type: Usual
The origin of the ShapeObject object, in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the ShapeObject object, in canvas coordinates.
oPen (Optional)
Type: Usual
The pen to be used in Draw(). If omitted, the currently selected pen is used.
oBrush (Optional)
Type: Usual
The brush to be used in Draw(). If omitted, the currently selected brush is used.
See Also