Click or drag to resize

ShapeObject Constructor (Point, Dimension, Pen)

X#
Initializes a new instance of the ShapeObject class

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oPoint AS Point,
	oDimension AS Dimension,
	oPen AS Pen
)
Request Example View Source

Parameters

oPoint
Type: Point
oDimension
Type: Dimension
oPen
Type: Pen
See Also