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 : ScalePoint Method |
public static LeadPointD ScalePoint( LeadPointD point, double scaleX, double scaleY )
'Declaration
Public Shared Function ScalePoint( _ ByVal point As LeadPointD, _ ByVal scaleX As Double, _ ByVal scaleY As Double _ ) As LeadPointD
public static LeadPointD ScalePoint( LeadPointD point, double scaleX, double scaleY )
+(LeadPointD) scalePoint:(LeadPointD) point xScale:(double) xScale yScale:(double) yScale;
public static LeadPointD scalePoint( LeadPointD point, double scaleX, double scaleY )