PictureEffectsRaw Xojo Plugin

FlipEffectRaw.SetSelection Method (console safe)

Sets selection of where on the RawBitmap the flipping should be applied.

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

Parameters

x
X coordinate of the selection. (zero based).
y
Y coordinate of the selection. (zero based).
width
Width of the selection.
height
Height of the selection.

Remarks

If selection is applied then the Apply method will return a RawBitmap that is the size of the selection, which will contain the flipped portion of the image that the selection specified.

If selection is applied then the ApplyInPlace method will let only the portion specified by the selection get flipped within the bigger picture.

See Also

FlipEffectRaw Class