PictureEffectsRaw Xojo Plugin

TrimEffectRaw.SetManualTrimBounds Method (console safe)

Sets manual trim bounds. This method is used together with when the TrimMethod property has been set to Manual.

SetManualTrimBounds(
   left as Integer,
   top as Integer,
   width as Integer,
   height as Integer)

Parameters

left
Left bounds of the trim.
top
Top of the trim.
width
Width bounds of the trim.
height
Height of the trim.

Remarks

See Also

TrimEffectRaw Class