STK Graphics PrimitivesSend comments on this topic.
PixelSize Property (IAgStkGraphicsPointBatchPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets the size, in pixels, of each point in the point batch.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PixelSize() As Single
[C#]
public float PixelSize {get; set;}
[Managed C++]
public: __property float get_PixelSize();
public: __property void set_PixelSize( float );
[Unmanaged C++]
public: HRESULT get_PixelSize(
    float * pRetVal
);
public: HRESULT put_PixelSize(
    float PixelSize
);
[Java]
public float getPixelSize();
public void setPixelSize(
    float
);
[Python - STK API ]
@property
def PixelSize(self) -> float:

@PixelSize.setter
def PixelSize(self, PixelSize:float) -> None:

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.