Spread WPF 18
GrapeCity.Drawing Namespace / Rect Structure
Members


In This Topic
    Rect Structure
    In This Topic
    Stores a set of four integers that represent the coordinates of a rectangle.
    Object Model
    Rect Structure
    Syntax
    'Declaration
     
    <DebuggerDisplayAttribute("{Left}, {Top}, {Right}, {Bottom} [{Width} - {Height}]")>
    Public Structure Rect 
       Inherits System.ValueType
    'Usage
     
    Dim instance As Rect
    [DebuggerDisplay("{Left}, {Top}, {Right}, {Bottom} [{Width} - {Height}]")]
    public struct Rect : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Drawing.Rect

    See Also