ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRect Structure
Members




In This Topic
    ImGearRect Structure
    In This Topic
    Stores a set of four integer numbers that represent the location and size of the rectangle.
    Object Model
    ImGearRect Structure
    Syntax
    'Declaration
     
    Public Structure ImGearRect 
       Inherits System.ValueType
    'Usage
     
    Dim instance As ImGearRect
    public struct ImGearRect : System.ValueType 
    public __value struct ImGearRect : public System.ValueType 
    public value class ImGearRect : public System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Core.ImGearRect

    See Also