Skip to main content
All docs
V25.1
  • DXGraphicsPathData Members

    Contains graphical data

    Constructors

    Name Description
    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

    Name Description
    FillMode Obtains a fill mode of the path interior.
    PathPoints Retrieves points used to construct the path.
    PathTypes Obtains types associated with the points in the path.

    Methods

    Name Description
    Clone() Clones the current DXGraphicsPathData object.
    Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines 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