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 > AnnEncryptObject Class : ScaleVector Method |
public override void ScaleVector( double scaleX, double scaleY, LeadPointD unitVectorX, LeadPointD unitVectorY, LeadPointD centerPoint )
'Declaration
Public Overrides Sub ScaleVector( _ ByVal scaleX As Double, _ ByVal scaleY As Double, _ ByVal unitVectorX As LeadPointD, _ ByVal unitVectorY As LeadPointD, _ ByVal centerPoint As LeadPointD _ )
public override void ScaleVector( double scaleX, double scaleY, LeadPointD unitVectorX, LeadPointD unitVectorY, LeadPointD centerPoint )
@Override public void scaleVector(double scaleX, double scaleY, LeadPointD unitVectorX, LeadPointD unitVectorY, LeadPointD centerPoint)
function Leadtools.Annotations.Core.AnnEncryptObject.ScaleVector( scaleX , scaleY , unitVectorX , unitVectorY , centerPoint )