PathPoint Members

The PathPoint type exposes the following members.

Constructors

Name Description
Public method PathPoint

Initializes a new instance of the PathPoint class.

Methods

Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Operators

Name Description
Public operator Static member Implicit

Converts the specified PathPoint to a System.Drawing.PointF.

Properties

Name Description
Public property Type

Gets or sets the type of the point.

Public property X

Gets or sets the x-coordinate of the point.

Public property Y

Gets or sets the y-coordinate of the point.

See Also

Reference