หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets or sets the clipping rectangle for the DynamicRenderer Class object.
This property is read/write.
Syntax
HRESULT get_ClipRectangle(
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 |