RecorderCommandService.ImageMask Class Reference

Represents a image mask. More...

Public Member Functions

 ImageMask ()
 Default constructor.
 
 ImageMask (System.Drawing.Size size)
 constructs a ImageMask instance initialized to a specified size
 

Properties

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.
 

Detailed Description

Represents a image mask.

Constructor & Destructor Documentation

◆ ImageMask() [1/2]

RecorderCommandService.ImageMask.ImageMask ( )
inline

Default constructor.

◆ ImageMask() [2/2]

RecorderCommandService.ImageMask.ImageMask ( System.Drawing.Size size)
inline

constructs a ImageMask instance initialized to a specified size

Parameters
size

Property Documentation

◆ 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.