Click or drag to resize

CDU.PolyMask Method

Mask against a polygon.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void PolyMask(
	CDB db,
	int line,
	int x_chan,
	int y_chan,
	int r_chan,
	CPLY pply,
	int dummy
)

public static void PolyMask(
	CDB db,
	int line,
	int x_chan,
	int y_chan,
	int r_chan,
	CPLY pply,
	int dummy
)

Parameters

db
Type: GeoEngine.Core.GXNet.CDB
Database
line
Type: System.Int32
Line Handle
x_chan
Type: System.Int32
X Channel [<define>DB_LOCK_READONLY</define>]
y_chan
Type: System.Int32
Y Channel [<define>DB_LOCK_READONLY</define>]
r_chan
Type: System.Int32
Channel to mask [<define>DB_LOCK_READWRITE</define>]
pply
Type: GeoEngine.Core.GXNet.CPLY
Polygon Object to use
dummy
Type: System.Int32
<define>DU_MASK</define>
See Also