Gets or sets an array which will be filled with the location points of the detected registration marks.
Syntax
Visual Basic (Declaration) | |
---|
Public Property MarkDetectedPoints As Point() |
C# | |
---|
public Point[] MarkDetectedPoints {get; set;} |
Managed Extensions for C++ | |
---|
public: __property Point[] get_MarkDetectedPoints();
public: __property void set_MarkDetectedPoints(
Point[] value
); |
C++/CLI | |
---|
public:
property array<Point> MarkDetectedPoints {
array<Point> get();
void set (Pointarray<value> value);
} |
Return Value
Array which will be filled with the location points of the detected registration marks.
SearchRegistrationMarksCommand will fill the first MarkDetectedCount elements in this array.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also