STK ObjectsSend comments on this topic.
IsTransparent Property (IAgVeVOWaypointMarkersElement)
See Also
Windows





Windows & Linux

Description

Opt whether to use the color of the lower left pixel of the image as the transparent color if an image file is being used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsTransparent() As Boolean
[C#]
public bool IsTransparent {get; set;}
[Managed C++]
public: __property bool get_IsTransparent();
public: __property void set_IsTransparent( bool );
[Unmanaged C++]
public: HRESULT get_IsTransparent(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IsTransparent(
    VARIANT_BOOL IsTransparent
);
[Java]
public bool getIsTransparent();
public void setIsTransparent(
    bool
);
[Python - STK API ]
@property
def IsTransparent(self) -> bool:

@IsTransparent.setter
def IsTransparent(self, IsTransparent:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.