Gets the actual destination clip rectangle to print.
Syntax
Visual Basic (Declaration) | |
---|
Protected ReadOnly Property DestinationClipRectangle As Rectangle |
C# | |
---|
protected Rectangle DestinationClipRectangle {get;} |
Managed Extensions for C++ | |
---|
protected: __property Rectangle get_DestinationClipRectangle(); |
Return Value
A
Rectangle structure that specifies the actual destination clip rectangle to use when printing.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also