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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Single
Exceptions
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