Scales the AnnStickyNoteObject by the specified ratios, unit vector and center point.
public override void ScaleVector(
double scaleX,
double scaleY,
LeadPointD unitVectorX,
LeadPointD unitVectorY,
LeadPointD centerPoint
)
Public Overrides Sub ScaleVector( _
ByVal scaleX As Double, _
ByVal scaleY As Double, _
ByVal unitVectorX As Leadtools.LeadPointD, _
ByVal unitVectorY As Leadtools.LeadPointD, _
ByVal centerPoint As Leadtools.LeadPointD _
)
public override void ScaleVector(
double scaleX,
double scaleY,
Leadtools.LeadPointD unitVectorX,
Leadtools.LeadPointD unitVectorY,
Leadtools.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
)
public:
virtual void ScaleVector(
double scaleX,
double scaleY,
LeadPointD^ unitVectorX,
LeadPointD^ unitVectorY,
LeadPointD^ centerPoint
) override
scaleX
The ratio by which to scale the AnnStickyNoteObject in the x-axis direction.
scaleY
The ratio by which to scale the AnnStickyNoteObject in the y-axis direction.
unitVectorX
The X-axis of the unit vector to use in scaling.
unitVectorY
The T-axis of the unit vector to use in scaling.
centerPoint
A Leadtools.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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET