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




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

    System.Object
       System.ValueType
          ImageGear.Core.ImGearDoubleRectangle

    See Also