This documentation is for the old version. Go to the latest Graphics Mill docs

ControlPoint Members

The ControlPoint type exposes the following members.

Methods

Name Description
Public method Clone

Creates a new object that is a copy of the current instance.

Public method Draw

Draws a control point.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData

Populates a SerializationInfo with the data needed to serialize the ControlPoint object.

Public method GetSize

Returns the size of the control point.

Public method GetType (Inherited from Object.)
Public method HitTest

Checks if the specifed point is this control point.

Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Enabled

Gets/sets the enabled state of a control point.

Public property Location

Gets/sets a position of a control point.

Public property Type

Gets a type of a control point.

Public property X

Gets/sets the x-coordinate of a control point.

Public property Y

Gets/sets the y-coordinate of a control point.

See Also

Reference