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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2