PdfRectangle Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfRectangle[[PdfRectangle]]
iTextSharp.text.pdf.NumberArray[[NumberArray]]
end
iTextSharp.text.pdf.NumberArray --> iTextSharp.text.pdf.PdfRectangle
Members
Properties
Public properties
Methods
Public methods
Details
Inheritance
Constructors
PdfRectangle [1/6]
Source code
public PdfRectangle(float llx, float lly, float urx, float ury, int rotation)
Arguments
Type | Name | Description |
---|
float | llx | |
float | lly | |
float | urx | |
float | ury | |
int | rotation | |
PdfRectangle [2/6]
Source code
public PdfRectangle(float llx, float lly, float urx, float ury)
Arguments
Type | Name | Description |
---|
float | llx | |
float | lly | |
float | urx | |
float | ury | |
PdfRectangle [3/6]
Source code
public PdfRectangle(float urx, float ury, int rotation)
Arguments
Type | Name | Description |
---|
float | urx | |
float | ury | |
int | rotation | |
PdfRectangle [4/6]
Source code
public PdfRectangle(float urx, float ury)
Arguments
Type | Name | Description |
---|
float | urx | |
float | ury | |
PdfRectangle [5/6]
Source code
public PdfRectangle(Rectangle rectangle, int rotation)
Arguments
Type | Name | Description |
---|
Rectangle | rectangle | |
int | rotation | |
PdfRectangle [6/6]
Source code
public PdfRectangle(Rectangle rectangle)
Arguments
Methods
Add [1/3]
Source code
public override bool Add(PdfObject obj)
Arguments
Add [2/3]
Source code
public override bool Add(float[] values)
Arguments
Type | Name | Description |
---|
float``[] | values | |
Add [3/3]
Source code
public override bool Add(int[] values)
Arguments
Type | Name | Description |
---|
int``[] | values | |
AddFirst
Source code
public override void AddFirst(PdfObject obj)
Arguments
GetLeft
Source code
public virtual float GetLeft(int margin)
Arguments
Type | Name | Description |
---|
int | margin | |
GetRight
Source code
public virtual float GetRight(int margin)
Arguments
Type | Name | Description |
---|
int | margin | |
GetTop
Source code
public virtual float GetTop(int margin)
Arguments
Type | Name | Description |
---|
int | margin | |
GetBottom
Source code
public virtual float GetBottom(int margin)
Arguments
Type | Name | Description |
---|
int | margin | |
Source code
public PdfRectangle Transform(Matrix transform)
Arguments
Type | Name | Description |
---|
Matrix | transform | |
Source code
public virtual PdfRectangle Transform(AffineTransform transform)
Arguments
Properties
Rectangle
public virtual Rectangle Rectangle { get; }
Left
public virtual float Left { get; }
Right
public virtual float Right { get; }
Top
public virtual float Top { get; }
Bottom
public virtual float Bottom { get; }
Width
public virtual float Width { get; }
Height
public virtual float Height { get; }
Rotate
public virtual PdfRectangle Rotate { get; }
Generated with ModularDoc