Gdi32FuncGetObject Method |
Retrieves information about the specified graphics object.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Int32The number of bytes written to the buffer.
See Also