MagnifyingGlassSettings(Boolean, Size, Double, Boolean) Constructor

NOTE: This member is now obsolete. This constructor is deprecated.

Deprecated constructor.
Public Sub New( _ 
ByVal enabled As Boolean, _ 
ByVal size As Size, _ 
ByVal factor As Double, _ 
ByVal scaleLineWeight As Boolean
)
This language is not supported or no code example is available.
public MagnifyingGlassSettings( 
bool enabled
Size size
double factor
bool scaleLineWeight 
)
This language is not supported or no code example is available.

Parameters

enabled
bool

The enable status. Deprecated, use actionType.MagnifyingGlass to enable the magnifying glass instead.

size
Size

The lens size

factor
double

The lens magnifying factor

scaleLineWeight
bool

If true, the line weights of the wireframe entities are scaled by the Factor, else they keep their size on screen in the magnified drawing.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition