Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets or sets the clipping rectangle for the DynamicRenderer Class object.
This property is read/write.
Syntax
HRESULT put_ClipRectangle(
const RECT *prcClipRect
);
Parameters
prcClipRect
Return value
None
Remarks
The ClipRectangle property is set immediately and applies to the stroke that is being drawn. It differs from the IDynamicRenderer::DrawingAttributes Property property, which applies to the next stroke drawn. This allows the clip rectangle to grow as the stroke is drawn.
When calling the IDynamicRenderer::Refresh Method from within a Paint event handler, set the IDynamicRenderer::ClipRectangle Property to the Paint event's rectangle.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | rtscom.h |
| DLL | RTSCom.dll |