Gets the actual destination rectangle to print.
Syntax
Visual Basic (Declaration) | |
---|
Protected ReadOnly Property DestinationRectangle As Rectangle |
C# | |
---|
protected Rectangle DestinationRectangle {get;} |
Managed Extensions for C++ | |
---|
protected: __property Rectangle get_DestinationRectangle(); |
Return Value
A
Rectangle structure that specifies the actual destination 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