Class PdfRectangle
Inheritance
System.Object
PdfRectangle
Assembly: IronPdf.dll
Syntax
public sealed class PdfRectangle : ValueType
Constructors
PdfRectangle(Int32, RectangleF)
Declaration
public PdfRectangle(int page, RectangleF bounds)
Parameters
Type |
Name |
Description |
System.Int32 |
page |
|
System.Drawing.RectangleF |
bounds |
|
Fields
Empty
Declaration
public static readonly PdfRectangle Empty
Field Value
Properties
Bounds
Declaration
public RectangleF Bounds { get; }
Property Value
Type |
Description |
System.Drawing.RectangleF |
|
IsValid
Declaration
public bool IsValid { get; }
Property Value
Type |
Description |
System.Boolean |
|
Page
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
Equals(PdfRectangle)
Declaration
public bool Equals(PdfRectangle other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Operators
Equality(PdfRectangle, PdfRectangle)
Declaration
public static bool operator ==(PdfRectangle left, PdfRectangle right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(PdfRectangle, PdfRectangle)
Declaration
public static bool operator !=(PdfRectangle left, PdfRectangle right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>