Click or drag to resize

CGUIRenderLinePattern Method

Render a line pattern.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void RenderLinePattern(
	IntPtr hdc,
	int left,
	int bottom,
	int right,
	int top,
	int pattern,
	double thickness,
	double pitch,
	int col,
	int is_enabled,
	int is_button,
	int is_selected
)

public static void RenderLinePattern(
	IntPtr hdc,
	int left,
	int bottom,
	int right,
	int top,
	int pattern,
	double thickness,
	double pitch,
	int col,
	int is_enabled,
	int is_button,
	int is_selected
)

Parameters

hdc
Type: SystemIntPtr
DC Handle
left
Type: SystemInt32
Left value of the render rect in Windows coordinates (bottom>top)
bottom
Type: SystemInt32
Bottom value
right
Type: SystemInt32
Right value
top
Type: SystemInt32
Top value
pattern
Type: SystemInt32
Pattern number
thickness
Type: SystemDouble
Pattern thickness
pitch
Type: SystemDouble
Pattern pitch
col
Type: SystemInt32
Pattern color
is_enabled
Type: SystemInt32
Is this window enabled?
is_button
Type: SystemInt32
Is this a button?
is_selected
Type: SystemInt32
Is this window selected?
Remarks
Same as RenderPattern_GUI but for line patterns.
See Also