function Leadtools.Annotations.Core.AnnStickyNoteObject.scaleVector( scaleX , scaleY , unitVectorX , unitVectorY , centerPoint )
Parameter | Type | Description |
---|---|---|
scaleX | double | The ratio by which to scale the AnnStickyNoteObject in the x-axis direction. |
scaleY | double | The ratio by which to scale the AnnStickyNoteObject in the y-axis direction. |
unitVectorX | LeadPointD | The X-axis of the unit vector to use in scaling. |
unitVectorY | LeadPointD | The T-axis of the unit vector to use in scaling. |
centerPoint | LeadPointD | A LeadPointD object that represents the center of the scale operation. |
This implementation overrides this method to ignore the default behavior since this object type does not support scaling.