Geometry.GetRenderBounds Method (Pen)
Assembly: PresentationCore (in presentationcore.dll)
public Rect GetRenderBounds ( Pen pen )
public function GetRenderBounds ( pen : Pen ) : Rect
You cannot use methods in XAML.
Parameters
- pen
An object that describes the area of this geometry's stroke.
Return Value
An axis aligned rectangle that is exactly large enough to contain this outlined geometry.This method uses the default tolerance factor (described by the StandardFlatteningTolerance property) when processing this geometry. To specify your own tolerance factor, use the GetRenderBounds method.
Some Geometry methods (such as GetRenderBounds) produce or use a polygonal approximation of the geometry. The tolerance factor specifies the maximum distance between points in this polygonal approximation. Smaller tolerance values produce better approximations, but require more processing than an approximation with a large tolerance factor.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.