Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / RectF Structure
Members

In This Topic
    RectF Structure
    In This Topic
    Defines a RectF. This structure is slightly different from System.Drawing.RectangleF as it is internally storing Left, Top, Right, Bottom instead of Left, Top, Width, Height.
    Object Model
    RectF Structure
    Syntax
    'Declaration
     
    Public Structure RectF 
       Inherits System.ValueType
    public struct RectF : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Documents.DX.RectF

    See Also