Struct RectF
        Namespace TallComponents.PDF
    
Represents a rectangle in a two-dimensional plane.
Constructors
Properties
Single Height
            Gets the height of this RectF.
        
        
            Single Width
            Gets the width of this RectF.
        
        
            Single X
            Gets the x-coordinate of this RectF.
        
        
            Single Y
            Gets the y-coordinate of this RectF.