ImageGear .NET v25.2 - Updated
Height Property (ImGearComplexObject)




ImageGear.Processing.Advanced Assembly > ImageGear.FreqIP Namespace > ImGearComplexObject Class : Height Property
Gets height of the object.
Syntax
'Declaration
 
Public ReadOnly Property Height As Integer
'Usage
 
Dim instance As ImGearComplexObject
Dim value As Integer
 
value = instance.Height
public int Height {get;}
public: __property int get_Height();
public:
property int Height {
   int get();
}

Property Value

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

Reference

ImGearComplexObject Class
ImGearComplexObject Members
ImGearComplexObject Class

Is this page helpful?
Yes No
Thanks for your feedback.