←Select platform

Scale Method

Summary

Scales the AnnObject by the specified ratios.

Syntax
C#
VB
C++
Java
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 LeadPointD _ 
)  
@Override public void scale(double scaleX, double scaleY, LeadPointD origin) 
public:  
   virtual void Scale( 
      double scaleX, 
      double scaleY, 
      LeadPointD^ origin 
   ) override 

Parameters

scaleX
The value for the horizontal scale.

scaleY
The value for the vertical scale.

origin
The point of origin for the scaling operation.

Remarks

This implementation overrides this method to ignore the default behavior since this object type does not support scaling.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly