TypeLib Xojo support Plugin |
|
RawBitmapMask.Constructor Constructor
A constructor that constructs a simple rectangular mask, where you can define the mask tone from 0 (black) to 255 (white).

Constructor(
x
as UInt32,
y
as UInt32,
width
as UInt32,
height
as UInt32,
maskTone
as UInt8)
Parameters
- x
- The x coordinate of the rectangular mask
- y
- The y coordinate of the rectangular mask
- width
- The width of the rectangular mask
- height
- The height of the rectangular mask
- maskTone
- The tone of the rectangular mask. This can be from 0 to 255 where 0 is black and 255 is white
Remarks
See Also
RawBitmapMask Class