HiddenLinesViewSettings(Viewport, Environment, Double, RectangleF) Constructor

Window mode constructor.
Public Sub New( _ 
ByVal viewport As Viewport, _ 
ByVal environment As Environment, _ 
ByVal fontTolerance As Double, _ 
ByVal window As RectangleF
)
This language is not supported or no code example is available.
public HiddenLinesViewSettings( 
Viewport viewport
Environment environment
double fontTolerance
RectangleF window 
)
This language is not supported or no code example is available.

Parameters

viewport
Viewport

The viewport to process

environment
Environment

The environment control to process

fontTolerance
double

This tolerance controls the font accuracy

window
RectangleF

The portion of the viewport to capture in screen coordinates (0 on top)

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition