BB FlashBack SDK: FBEditor

SetCroppingAutoscrollRectangle

Description

Sets the cropping rectangle.  

Syntax

[C#/C++]
Public void SetCroppingAutoscrollRectangle (Long left, Long top, Long right, Long bottom);

[VB.NET]
public Function SetCroppingAutoscrollRectangle (ByVal left As Integer, ByVal top As Integer, ByVal right As Integer, ByVal bottom As Integer)

Parameters

left (in) - X position of the top left corner of the region

top (in) - Y position of the top left corner of the region

right (in) - X position of the bottom right of the record region

bottom (in) - Y position of the bottom right of the record region

Remarks

The cropping region is only applied to the movie if UseCroppingAutoscrollRegion is set to true.

See Also

FBEditor::GetCroppingAutoscrollRectangle  FBEditor::MakeCroppingPermanent   FBEditor::AutoscrollMode  FBEditor::UseCroppingAutoscrollRegion