Click or drag to resize

Gdi32FuncGetObject Method

Retrieves information about the specified graphics object.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int GetObject(
	IntPtr hgdiobj,
	int cbBuffer,
	IntPtr lpvObject
)

Parameters

hgdiobj  IntPtr
A handle to the graphics object.
cbBuffer  Int32
The size of the buffer pointed to by lpvObject.
lpvObject  IntPtr
A pointer to the buffer that receives the object information.

Return Value

Int32
The number of bytes written to the buffer.
See Also