Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Renders the given ink object using the given brush and ink style.
Syntax
HRESULT DrawInk(
[in] ID2D1Ink *ink,
[in] ID2D1Brush *brush,
[in, optional] ID2D1InkStyle *inkStyle
);
Parameters
[in] ink
Type: ID2D1Ink*
The ink object to be rendered.
[in] brush
Type: ID2D1Brush*
The brush with which to render the ink object.
[in, optional] inkStyle
Type: ID2D1InkStyle*
The ink style to use when rendering the ink object.
Return value
This method does not return a value.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2016 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | d2d1_3.h |
| DLL | D2d1.dll |