CdrPathObject

CdrPathObject class

The Cdr path

public class CdrPathObject : CdrGraphicObject

Constructors

NameDescription
CdrPathObject()The default constructor.

Properties

NameDescription
BoundsInPixels { get; set; }Gets or sets the bounds in pixels.
ClipId { get; set; }Gets or sets the clip identifier.
Disposed { get; }Gets a value indicating whether this instance is disposed.
Document { get; set; }Gets or sets the document.
Height { get; set; }Gets or sets the y.
Parent { get; set; }Gets or sets the parent.
Points { get; set; }Gets or sets the points.
PointTypes { get; set; }Gets or sets the point types.
Width { get; set; }Gets or sets the x.

Methods

NameDescription
Dispose()Disposes the current instance.

See Also