TsgDrawingNavigator.AlterScale
Scales the drawing.
function AlterScale(Factor: Double; IsAbsolute: Boolean; Position: TPoint): Boolean;
Description
Returns True if succeeded, otherwise, False.
Factor  | 
Scaling factor (set Factor = 1 and IsAbsolute = True to draw image in 1:1 scale).  | 
|
IsAbsolute  | 
True  | 
False  | 
  | 
Scaling relative to the drawings extents.  | 
Scaling relative to the current scale.  | 
Position  | 
Point relative to which scaling occurs.  | 
|
Go to CAD VCL Enterprise