MagnifyingGlassSettings Class

Class that holds the settings for the magnifying glass feature.
Public Class MagnifyingGlassSettings 
Implements IDisposable
This language is not supported or no code example is available.
public class MagnifyingGlassSettings : IDisposable
This language is not supported or no code example is available.
Name Description
Public constructor MagnifyingGlassSettings(bool, Size, double) Obsolete. Deprecated constructor.
Public constructor MagnifyingGlassSettings(bool, Size, double, bool) Obsolete. Deprecated constructor.
Public constructor MagnifyingGlassSettings() Empty constructor.
Public constructor MagnifyingGlassSettings(Size, double) Standard constructor.
Public constructor MagnifyingGlassSettings(Size, double, bool) Standard constructor.
Public constructor MagnifyingGlassSettings(Size, double, bool, Point) Standard constructor.
Top
Name Description
Public property Factor Gets or sets the magnifying factor of the lens.
Public property Offset Gets or sets the offset between the mouse position and the magnifying glass lens.
Public property ScaleLineWeight 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.
Public property Size Gets or sets the size of the magnifying glass lens.
Top
Methods
 
Name Description
Public method Dispose()
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
devDept.Eyeshot.MagnifyingGlassSettings

.NET Framework

Supported in: 4.7.2

In this article

Definition