DisplayParametersMinimumPixelSize 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)
Syntaxpublic GraphicsParameter<int> MinimumPixelSize { get; set; }Public Property MinimumPixelSize As GraphicsParameter(Of Integer)
	Get
	Set
public:
property GraphicsParameter<int>^ MinimumPixelSize {
	GraphicsParameter<int>^ get ();
	void set (GraphicsParameter<int>^ value);
}member MinimumPixelSize : GraphicsParameter<int> with get, set
Property Value
Type: 
GraphicsParameterInt32
See Also