Click or drag to resize

CCHIMERADrawRectangleOffsetMarkers Method

Plots location marker and joining line for rectangle offset symbols

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DrawRectangleOffsetMarkers(
	CMVIEW mview,
	CVV vv_xi,
	CVV vv_yi,
	CVV vv_xo,
	CVV vv_yo,
	double off_size,
	double x_size,
	double y_size
)

public static void DrawRectangleOffsetMarkers(
	CMVIEW mview,
	CVV vv_xi,
	CVV vv_yi,
	CVV vv_xo,
	CVV vv_yo,
	double off_size,
	double x_size,
	double y_size
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
vv_xi
Type: GeoEngine.Core.GXNetCVV
Original (marker) X location
vv_yi
Type: GeoEngine.Core.GXNetCVV
Original (marker) Y location
vv_xo
Type: GeoEngine.Core.GXNetCVV
Offset (new) X location
vv_yo
Type: GeoEngine.Core.GXNetCVV
Offset (new) Y location
off_size
Type: SystemDouble
Offset symbol width
x_size
Type: SystemDouble
Offset symbol height
y_size
Type: SystemDouble
Marker symbol radius
Remarks
Draws black filled circle (symbols.gfn #7) and a joining line.
See Also