MagnifyingGlassSettings(Size, Double, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
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( 
Size size
double factor
bool scaleLineWeight 
)
This language is not supported or no code example is available.

Parameters

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