PathData Class

Definition

Contains the graphical data that makes up a GraphicsPath object. This class cannot be inherited.

public ref class PathData sealed
public sealed class PathData
type PathData = class
Public NotInheritable Class PathData
Inheritance
PathData

Constructors

PathData()

Initializes a new instance of the PathData class.

Properties

Points

Gets or sets an array of PointF structures that represents the points through which the path is constructed.

Types

Gets or sets the types of the corresponding points in the path.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to