UAOOI.Windows.Forms

HotPoint Constructor

Initializes a new instance of the HotPoint class.

Namespace:  UAOOI.Windows.Forms.GDI
Assembly:  CAS.Windows.Forms (in CAS.Windows.Forms.dll)

Syntax


public HotPoint(
	ShapeWithHotpoints parrent,
	Size MySize,
	Point point,
	bool IsHorizontal,
	bool IsFixed,
	HotpointType Type,
	int NumberInParentShape
)

Parameters

parrent
Type: UAOOI.Windows.Forms.GDI..::..ShapeWithHotpoints
The parrent shape.
MySize
Type: Size
the size of hotpoint.
point
Type: Point
The center point.
IsHorizontal
Type: Boolean
if set to true [is horizontal].
IsFixed
Type: Boolean
if set to true [is fixed].
Type
Type: UAOOI.Windows.Forms.GDI..::..HotpointType
The type of the Hotpoint.
NumberInParentShape
Type: Int32
The number in parent shape.