PointGraphicsPixelSize Property |
Gets or sets a parameter defining the size of the point in pixels over time.
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<float> PixelSize { get; set; }
Public Property PixelSize As GraphicsParameter(Of Single)
Get
Set
public:
property GraphicsParameter<float>^ PixelSize {
GraphicsParameter<float>^ get ();
void set (GraphicsParameter<float>^ value);
}
member PixelSize : GraphicsParameter<float32> with get, set
Property Value
Type:
GraphicsParameterSingleSee Also