Scales the AnnObject by the specified ratios, unit vector and center point.
AnnObject.prototype.scaleVector = function(
scaleX,
scaleY,
unitVectorX,
unitVectorY,
centerPoint
)
scaleVector(
scaleX: number,
scaleY: number,
unitVectorX: LeadPointD,
unitVectorY: LeadPointD,
centerPoint: LeadPointD
): void;
scaleX
The ratio by which to scale the AnnObject in the x-axis direction.
scaleY
The ratio by which to scale the AnnObject 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 LeadPointD object that represents the center of the scale operation.
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