'Declaration Public Sub SetRectangle( _
ByVal textSymbolThe text symbol.As Vintasoft.Imaging.Text.TextRegionSymbol, _
ByVal scaleXScale of result rectangle at X axis.As Single, _
ByVal scaleYScale of result rectangle at Y axis.As Single, _
ByVal beforeSymbolA value indicating whether the annotation must be located before symbol (true) or after symbol (false).As Boolean _
)
public void SetRectangle(
Vintasoft.Imaging.Text.TextRegionSymbol textSymbol,
float scaleX,
float scaleY,
bool beforeSymbol
)
public: void SetRectangle(
Vintasoft.Imaging.Text.TextRegionSymbol* textSymbol,
float scaleX,
float scaleY,
bool beforeSymbol
)
public:
void SetRectangle(
Vintasoft.Imaging.Text.TextRegionSymbol^ textSymbol,
float scaleX,
float scaleY,
bool beforeSymbol
)
Parameters
- textSymbol
- The text symbol.
- scaleX
- Scale of result rectangle at X axis.
- scaleY
- Scale of result rectangle at Y axis.
- beforeSymbol
- A value indicating whether the annotation must be located before symbol (true) or after symbol (false).