public virtual void ScaleVector(
double scaleX,
double scaleY,
LeadPointD unitVectorX,
LeadPointD unitVectorY,
LeadPointD centerPoint
)
Public Overridable Sub ScaleVector( _
ByVal scaleX As Double, _
ByVal scaleY As Double, _
ByVal unitVectorX As LeadPointD, _
ByVal unitVectorY As LeadPointD, _
ByVal centerPoint As LeadPointD _
)
-(void) scaleX:(double)scaleX
y:(double)scaleY
unitVectorX:(LeadPointD)unitVectorX;
unitVectorY:(LeadPointD)unitVectorY;
atPoint:(LeadPointD)ptOrg;
public void scaleVector(double scaleX,
double scaleY,
LeadPointD unitVectorX,
LeadPointD unitVectorY,
LeadPointD centerPoint)
)
public:
virtual void ScaleVector(
double scaleX,
double scaleY,
LeadPointD^ unitVectorX,
LeadPointD^ unitVectorY,
LeadPointD^ centerPoint
)
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 Leadtools.LeadPointD object that represents the center of the scale operation.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document