Click or drag to resize

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
Syntax
public void Transparency(
	double trans
)

public void Transparency(
	double trans
)

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