Viewport.SmallSizeRatioStill Property

Gets or sets the ratio to classify small entities. Small entities are hid on the still frames. Default value is 0. Use zero to disable.

This ratio is used by ComputeSmallSizeStill to estimate SmallSizeStill value in pixels.

Public Property SmallSizeRatioStill() As Double
This language is not supported or no code example is available.
public double SmallSizeRatioStill {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 SmallSizeStill value.

.NET Framework

Supported in: 4.8

In this article

Definition