Click or drag to resize

DisplayParameters.MinimumPixelSize Property

Gets or sets the minimum pixel size the object must be in order to be drawn.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public GraphicsParameter<int> MinimumPixelSize { get; set; }

Property Value

Type: GraphicsParameter<Int32>
See Also