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 > AnnStickyNoteObject 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 )
-(void) scaleX:(double)scaleX y:(double)scaleY unitVectorX:(LeadPointD)unitVectorX; unitVectorY:(LeadPointD)unitVectorY; atPoint:(LeadPointD)ptOrg;
@Override public void scaleVector(double scaleX, double scaleY, LeadPointD unitVectorX, LeadPointD unitVectorY, LeadPointD centerPoint) )
function Leadtools.Annotations.Core.AnnStickyNoteObject.ScaleVector( scaleX , scaleY , unitVectorX , unitVectorY , centerPoint )
This implementation overrides this method to ignore the default behavior since this object type does not support scaling.