ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / RectL Structure
Members

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

    System.Object
       System.ValueType
          C1.Util.DX.RectL

    See Also