CreateTransformScaling Method (IMathUtility)
Creates a mathematical transformation matrix that scales about the specified center point using the specified scaling factor.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateTransformScaling( _
IMathPoint* CenterPoint As MathPoint, _
DOUBLE Scale As System.Double _
) As MathTransform |
C# | |
---|
MathTransform CreateTransformScaling(
MathPoint CenterPoint,
System.double Scale
) |
Parameters
- CenterPoint
- IMathPoint
- Scale
- Scaling factor
Parameters
- Transform[out] or Return Value
- IMathTransform
Example
Rotate, Scale, Project, and Mirror a Line Entity (JavaScript)
Rotate, Scale, Project, and Mirror a Line Entity (VB.NET)
Rotate, Scale, Project, and Mirror a Line Entity (C#)
Rotate, Scale, Project, and Mirror a Line Entity (VBA)
See Also
Availability
DraftSight V1R1.4