←Select platform

Scale Method (AnnGroupObject)

Summary

Overrides AnnObject.Scale.

Syntax

C#
VB
C++
public override void Scale(  
   double sx, 
   double sy, 
   Point origin 
) 
Public Overrides Sub Scale( _ 
   ByVal sx As Double, _ 
   ByVal sy As Double, _ 
   ByVal origin As Point _ 
) 
public: 
void Scale(  
   double sx, 
   double sy, 
   Point origin 
) override 

Parameters

sx
The ratio by which to scale the System.Windows.UIElement.RenderTransform matrix in the x-axis direction.

sy
The ratio by which to scale the System.Windows.UIElement.RenderTransform matrix in the y-axis direction.

origin
A System.Windows.Point structure that represents the center of the scale operation.

Remarks

Refer to AnnObject.Scale for more information and an example.

Example

For C#/VB examples, refer to AnnObject.Scale.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Windows.Annotations Assembly
Click or drag to resize