←Select platform

Scale Method

Summary

Scales the SelectedObjects by the specified ratios

Syntax

C#
VB
Java
WinRT C#
C++
public override void Scale( 
   double scaleX, 
   double scaleY, 
   LeadPointD origin 
) 
Public Overrides Sub Scale( _ 
   ByVal scaleX As Double, _ 
   ByVal scaleY As Double, _ 
   ByVal origin As Leadtools.LeadPointD _ 
)  
public override void Scale(  
   double scaleX, 
   double scaleY, 
   Leadtools.LeadPointD origin 
) 
@Override public void scale( 
   double scaleX, 
   double scaleY, 
   LeadPointD origin 
) 
             
 function Leadtools.Annotations.Core.AnnSelectionObject.Scale(  
   scaleX , 
   scaleY , 
   origin  
) 
public:  
   virtual void Scale( 
      double scaleX, 
      double scaleY, 
      LeadPointD^ origin 
   ) override 

Parameters

scaleX
The ratio by which to scale the objects in the x-axis direction.

scaleY
The ratio by which to scale the objects in the y-axis direction.

origin
A Leadtools.LeadPointD object that represents the center of the scale operation.

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.Core Assembly