PointBatchPrimitivePixelSize Property |
Gets or sets the size, in pixels, of each point in the point batch.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public float PixelSize { get; set; }
Public Property PixelSize As Single
Get
Set
public:
property float PixelSize {
float get ();
void set (float value);
}
member PixelSize : float32 with get, set
Property Value
Type:
SingleExceptions Remarks
The size is defined in pixels so even if the camera moves very close or
very far from a point batch, the size of each point on the screen does
not change.
See Also