ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearBinocular Interface
Members




In This Topic
    IImGearBinocular Interface
    In This Topic
    Defines Binocular shape interface.
    Object Model
    IImGearBinocular InterfaceImGearPoint StructureImGearPoint Structure
    Syntax
    'Declaration
     
    Public Interface IImGearBinocular 
       Inherits IImGearShape 
    'Usage
     
    Dim instance As IImGearBinocular
    public interface IImGearBinocular : IImGearShape  
    public __gc __interface IImGearBinocular : public IImGearShape  
    public interface class IImGearBinocular : public IImGearShape  
    Remarks
    Binocular shape is composed of two ellipses inscribed in the bounding rectangle. Distance property defines the distance between ellipse centers.
    See Also