GetFormat Method
GetFormat Method |
Returns the display properties currently set on the text ink object (tInk).
Syntax
[C++]
HRESULT GetFormat (
[out] INKMETRIC* pim
);
Parameters
pim
[out] A pointer to an INKMETRIC structure that stores the display properties of the text ink object.
Return Value
HRESULT value | Description |
---|---|
S_OK | The method succeeded. |
E_POINTER | The pim parameter is NULL (Nothing in Microsoft® Visual Basic® 6.0). |