|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
| Leadtools.Annotations.Core Namespace > AnnTransformer Class : ScalePointAt Method |
public static LeadPointD ScalePointAt( LeadPointD point, double scaleX, double scaleY, double centerX, double centerY )
'Declaration
Public Shared Function ScalePointAt( _ ByVal point As LeadPointD, _ ByVal scaleX As Double, _ ByVal scaleY As Double, _ ByVal centerX As Double, _ ByVal centerY As Double _ ) As LeadPointD
public static LeadPointD ScalePointAt( LeadPointD point, double scaleX, double scaleY, double centerX, double centerY )
+(LeadPointD) scalePoint:(LeadPointD) point
xScale:(double) xScale
yScale:(double) yScale
centerX:(double) centerX
centerY:(double) centerY;
public static LeadPointD scalePointAt( LeadPointD point, double scaleX, double scaleY, double centerX, double centerY )