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




Gets image rectangle encompassing all image pixels

Syntax

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

Remarks

Licensing: Requires ClearImage Tools license

See Also

Generated from assembly ClearImageNet [5.7.1.0]