ImageGear for .NET
ImGearROIMask Constructor(Int32,Int32,ImGearPage)
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearROIMask Class > ImGearROIMask Constructor : ImGearROIMask Constructor(Int32,Int32,ImGearPage)




left
X coordinate of the left top corner of the region.
top
Y coordinate of the left top corner of the region.
mask
1-bit image that defines ROI shape. Must not be null.

Glossary Item Box

Initializes a new instance of the ImGearROIMask class, using the specified offset and a bitonal image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

left
X coordinate of the left top corner of the region.
top
Y coordinate of the left top corner of the region.
mask
1-bit image that defines ROI shape. Must not be null.

Remarks

This constructor clones incoming image (mask) and assigns to the ROI mask.

See Also

©2013. Accusoft Corporation. All Rights Reserved.