Entity.Scale (Double) Method

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

Parameters

factor
double

Scale factor

Remarks
 
You need to call Viewport.Entities.Regen() to see the effect of this command.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition