GEntity.Scale (Point3D, Double) Method

Scales the entity of the specified scale factor.
Public Sub Scale( _ 
ByVal fixedPoint As Point3D, _ 
ByVal factor As Double
)
This language is not supported or no code example is available.
public void Scale( 
Point3D fixedPoint
double factor 
)
This language is not supported or no code example is available.

Parameters

fixedPoint
Point3D

Base point

factor
double

Scale factor

.NET Framework

Supported in: 4.7.2

In this article

Definition