ClearImageNet Send comments on this topic.
Width Property
See Also 
Inlite.ClearImageNet Namespace > ImageEditor Class : Width Property




Gets image width in pixels

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Width As Integer
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim value As Integer
 
value = instance.Width
C# 
public int Width {get;}
Managed Extensions for C++ 
public: __property int get_Width();
C++/CLI 
public:
property int Width {
   int get();
}

See Also

Generated from assembly ClearImageNet [5.7.1.0]