←Select platform

Scale Method

Summary

Scales the transformation matrix of this AnnGroupObject object using the specified values.

Syntax

C#
VB
C++
public override void Scale( 
   float sx, 
   float sy, 
   AnnPoint origin 
) 
  
Public Overrides Sub Scale( _ 
   ByVal sx As Single, _ 
   ByVal sy As Single, _ 
   ByVal origin As Leadtools.Annotations.AnnPoint _ 
)  
public: 
void Scale(  
   float sx, 
   float sy, 
   Leadtools.Annotations.AnnPoint origin 
) override  

Parameters

sx
The value by which to scale the matrix in the AnnObject.Transform property in the x-axis direction.

sy
The value by which to scale the matrix in the AnnObject.Transform property in the y-axis direction.

origin
An AnnPoint structure that represents the center of the scaling operation.

Remarks

The AnnGroupObject will scale all objects in the group. For more information, refer to AnnObject.Scale.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly