Defines a collection of pixel sizes, one for each point in the point batch.
[Visual Basic .NET] |
---|
Public Sub SetPixelSizes( _ ByVal PixelSizes As System.Array _ ) |
[C#] |
---|
public void SetPixelSizes( System.Array PixelSizes ); |
[Managed C++] |
---|
public: void SetPixelSizes( System::Array ^ PixelSizes ); |
[Unmanaged C++] |
---|
public: HRESULT SetPixelSizes( SAFEARRAY * * PixelSizes ); |
[Java] |
---|
public void setPixelSizes( AgSafeArray PixelSizes ); |
[Python - STK API ] |
---|
def SetPixelSizes(self, PixelSizes:list) -> None: |
- PixelSizes
- The pixel size for each point in the batch. There must be one pixel size for each position passed to the Point Batch Primitive's
Set
orSetPartial
method.
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.