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




In This Topic
    ImGearBinocular Structure
    In This Topic
    Defines Binocular shape.
    Object Model
    ImGearBinocular StructureImGearPoint StructureImGearPoint Structure
    Syntax
    'Declaration
     
    Public Structure ImGearBinocular 
       Inherits System.ValueType
       Implements IImGearBinocularIImGearShape 
    'Usage
     
    Dim instance As ImGearBinocular
    public struct ImGearBinocular : System.ValueType, IImGearBinocularIImGearShape  
    public __value struct ImGearBinocular : public System.ValueType, IImGearBinocularIImGearShape  
    public value class ImGearBinocular : public System.ValueType, IImGearBinocularIImGearShape  
    Remarks
    Binocular shape is composed of two ellipses inscribed in the bounding rectangle. Distance property defines the distance between ellipse centers.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Core.ImGearBinocular

    See Also