Converts a rectangle from render coordinates to layout coordinates.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
protected internal Rect ConvertToLayoutCoordinates(
	Rect area
)
Visual Basic
Protected Friend Function ConvertToLayoutCoordinates ( _
	area As Rect _
) As Rect

Parameters

area
Type: System.Windows..::..Rect
The rectangle to be converted.

See Also