Back to Devexpress

DXGraphicsPathData Members

corelibraries-devexpress-dot-drawing-dot-dxgraphicspathdata-dot-underscore-members.md

latest3.9 KB
Original Source

DXGraphicsPathData Members

Contains graphical data

Constructors

NameDescription
DXGraphicsPathData()Initializes a new instance of the DXGraphicsPathData class.
DXGraphicsPathData(IReadOnlyList<PointF>, IReadOnlyList<DXPathPointType>, DXFillMode)Initializes a new instance of the DXGraphicsPathData class with specified settings.
DXGraphicsPathData(IReadOnlyList<PointF>, IReadOnlyList<DXPathPointType>)Initializes a new instance of the DXGraphicsPathData class with specified settings.

Properties

NameDescription
FillModeObtains a fill mode of the path interior.
PathPointsRetrieves points used to construct the path.
PathTypesObtains types associated with the points in the path.

Methods

NameDescription
Clone()Clones the current DXGraphicsPathData object.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetBounds()Returns the bounds of the DXGraphicsPathData instance.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DXGraphicsPathData Class

DevExpress.Drawing Namespace