Represents a image mask.
More...
|
| string | Mask [get, set] |
| | Sets or gets the mask. The mask is a string containing '0' and '1' characters where 0 indicates that the mask position is not selected and '1' indicates that the mask position is selected.
|
| |
| System.Drawing.Size | Size [get, set] |
| | Gets or sets the mask size. When set the current mask will be deleted and a new clean mask created.
|
| |
◆ ImageMask() [1/2]
| RecorderCommandService.ImageMask.ImageMask |
( |
| ) |
|
|
inline |
◆ ImageMask() [2/2]
| RecorderCommandService.ImageMask.ImageMask |
( |
System.Drawing.Size | size | ) |
|
|
inline |
constructs a ImageMask instance initialized to a specified size
- Parameters
-
◆ Mask
| string RecorderCommandService.ImageMask.Mask |
|
getset |
Sets or gets the mask. The mask is a string containing '0' and '1' characters where 0 indicates that the mask position is not selected and '1' indicates that the mask position is selected.
◆ Size
| System.Drawing.Size RecorderCommandService.ImageMask.Size |
|
getset |
Gets or sets the mask size. When set the current mask will be deleted and a new clean mask created.