Click or drag to resize
CGUIRenderLinePattern Method
Render a line pattern.

Available since Oasis montaj version: 8.1.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Same as RenderPattern_GUI but for line patterns.
Syntax
public static void RenderLinePattern(
	IntPtr d1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	double d7,
	double d8,
	int i9,
	int i10,
	int i11,
	int i12
)

Parameters

d1
Type: SystemIntPtr
DC Handle
i2
Type: SystemInt32
left value of the render rect in Windows coordinates (bottom>top)
i3
Type: SystemInt32
bottom value
i4
Type: SystemInt32
right value
i5
Type: SystemInt32
top value
i6
Type: SystemInt32
pattern number
d7
Type: SystemDouble
pattern thickness
d8
Type: SystemDouble
pattern pitch
i9
Type: SystemInt32
pattern colour
i10
Type: SystemInt32
is this window enabled?
i11
Type: SystemInt32
is this a button?
i12
Type: SystemInt32
is this window selected?
See Also