ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.FreqIP Namespace / ImGearComplexObject Class / Width Property




In This Topic
    Width Property (ImGearComplexObject)
    In This Topic
    Gets width of the object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Width As Integer
    'Usage
     
    Dim instance As ImGearComplexObject
    Dim value As Integer
     
    value = instance.Width
    public int Width {get;}
    public: __property int get_Width();
    public:
    property int Width {
       int get();
    }

    Property Value

    Any integer value.
    Remarks
    This property specifies the Width of the ImGearComplexObject constructor object.
    See Also