ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.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
          C1.Util.DX.RectF

    See Also