This function shows a property sheet for a given mark.
Copy Code
|
|
---|---|
UINT IG_ARTX_GUI_show_attributes( HIG_ARTX_MARK hArtXMark, LPAT_ARTX_DRAW_PARAMS lpParams ); |
Name | Type | Description |
---|---|---|
hArtXMark | HIG_ARTX_MARK | Mark whose attributes are to be shown. |
lpParams | LPAT_ARTX_DRAW_PARAMS | Action params such as HIGEAR handle, device context, window handle. |
0 if the function is successful, -1 otherwise.
This function does not process image pixels.