Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > ObjectCounterCommandEventArgs Class : ObjectCounterCommandEventArgs Constructor |
Rectangle surrounding the object.
Two dimension array containing the location of the pixels belonging to the object. Elements in the array with value 1 belong to the object, otherwise they do not
Initializes a new ObjectCounterCommandEventArgs with explicit parameters.
public ObjectCounterCommandEventArgs( LeadRect objectrectangle, int[] objectdata )
'Declaration
Public Function New( _ ByVal objectrectangle As LeadRect, _ ByVal objectdata() As Integer _ )
'Usage
Dim objectrectangle As LeadRect Dim objectdata() As Integer Dim instance As New ObjectCounterCommandEventArgs(objectrectangle, objectdata)
public ObjectCounterCommandEventArgs( LeadRect objectrectangle, int[] objectdata )
function ObjectCounterCommandEventArgs( objectrectangle , objectdata )
public: ObjectCounterCommandEventArgs( LeadRect objectrectangle, array<int>^ objectdata )
Rectangle surrounding the object.
Two dimension array containing the location of the pixels belonging to the object. Elements in the array with value 1 belong to the object, otherwise they do not