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




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

    System.Object
       System.ValueType
          ImageGear.Core.ImGearRectangle

    See Also