CdrRectangle

CdrRectangle class

The cdr rectangle

public class CdrRectangle : CdrGraphicObject

Constructors

NameDescription
CdrRectangle()The default constructor.

Properties

NameDescription
BoundsInPixels { get; set; }Gets or sets the bounds in pixels.
ClipId { get; set; }Gets or sets the clip identifier.
CornerType { get; set; }Gets or sets the type of the corner.
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.
R0 { get; set; }Gets or sets the r0.
R1 { get; set; }Gets or sets the r1.
R2 { get; set; }Gets or sets the r2.
R3 { get; set; }Gets or sets the r3.
ScaleX { get; set; }Gets or sets the scale x.
ScaleY { get; set; }Gets or sets the scale y.
Width { get; set; }Gets or sets the x.

Methods

NameDescription
Dispose()Disposes the current instance.

See Also