 | CMVIEWTransparency Method |
Sets the transparency for new objects.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Transparency(
double trans
)
public void Transparency(
double trans
)
Public Sub Transparency (
trans As Double
)
Public Sub Transparency (
trans As Double
)
public:
void Transparency(
double trans
)
public:
void Transparency(
double trans
)
member Transparency :
trans : float -> unit
member Transparency :
trans : float -> unit
Parameters
- trans
- Type: SystemDouble
Transparency (1.0 - Opaque, 0.0 - Transparent)
Remarks
1.0 Renders completely opaque objects while 0.0 will be transparent.
Objects written after this will have a combined transparency value with the
group transparency if it is set (e.g. 0.5 for group and 0.8 stream will result in 0.4).
See Also