TypeLib Xojo support Plugin

RawBitmapMask.Constructor Constructor

A constructor that constructs a simple rectangular mask, making the mask tone 0 (fully black).

Constructor(
   x as UInt32,
   y as UInt32,
   width as UInt32,
   height as UInt32)

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

Remarks

See Also

RawBitmapMask Class