Viewport.SmallSizeRatio Property

NOTE: This member is now obsolete. This property is deprecated. Use SmallSizeRatioMoving instead.

Gets or sets the ratio to classify small entities. Small entities are hid during dynamic movements (Zoom/Pan/Rotate). Default value is 0.01. Use zero to disable.

This ratio is used by ComputeSmallSize to estimate SmallSize value in pixels.

Public Property SmallSizeRatio() As Double
This language is not supported or no code example is available.
public double SmallSizeRatio {get; set;}
This language is not supported or no code example is available.

Property Value

double
Remarks
 
The on screen object size is calculated approximating the size of the object's bounding box. Most of the times, there is a big difference between the actual pixel footprint and the SmallSize value.

.NET Framework

Supported in: 4.8

In this article

Definition