DisplayParametersMaximumPixelSize Property |
Gets or sets the parameter indicating the maximum pixel size that
the object can be and still be drawn.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GraphicsParameter<int> MaximumPixelSize { get; set; }
Public Property MaximumPixelSize As GraphicsParameter(Of Integer)
Get
Set
public:
property GraphicsParameter<int>^ MaximumPixelSize {
GraphicsParameter<int>^ get ();
void set (GraphicsParameter<int>^ value);
}
member MaximumPixelSize : GraphicsParameter<int> with get, set
Property Value
Type:
GraphicsParameterInt32See Also