Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Shapes
RectangleShapeModel Class
A rectangle drawn using a pen and brush.
csharp
public class RectangleShapeModel : TallComponents.UnoPdf.Client.Models.Pdf.Shapes.ShapeModel
Inheritance System.Object 🡒 ShapeModel 🡒 RectangleShapeModel
Remarks
The lower-left corner is defined by the X and Y properties of base class Shape.
Properties | |
---|---|
Height | Height of this rectangle. |
Width | Width of this rectangle. |