ClearImageNet Send comments on this topic.
Pixels Property
See Also 
Inlite.ClearImageNet Namespace > ImageObject Class : Pixels Property




Number of pixels in the object

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Pixels As Long
Visual Basic (Usage)Copy Code
Dim instance As ImageObject
Dim value As Long
 
value = instance.Pixels
C# 
public long Pixels {get;}
Managed Extensions for C++ 
public: __property long get_Pixels();
C++/CLI 
public:
property long Pixels {
   long get();
}

See Also

Generated from assembly ClearImageNet [5.7.1.0]