PictureEffectsRaw Xojo Plugin

TrimEffectRaw.GetTrimBounds Method (console safe)

Gets the bounds of image as it would be if it was trimmed. This function does not actually trim the image.

GetTrimBounds(
   source as RawBitmap) as RectF

Parameters

source
The source image as RawBitmap

Returns

RectF
Bounds of the trimmed image.Bounds of the trimmed image.

Remarks

See Also

TrimEffectRaw Class