STK Graphics PrimitivesSend comments on this topic.
SetPixelSizes Method (IAgStkGraphicsPointBatchPrimitiveOptionalParameters)
See Also
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 or SetPartial method.
Windows





Windows & Linux

Description

Defines a collection of pixel sizes, one for each point in the point batch.

Syntax

[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:

Parameters

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 or SetPartial method.

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.