Converts a length from layout coordinates to render coordinates in order to implement zoom panel easily.

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

Syntax

C#
protected internal virtual double ConvertFromLayoutCoordinates(
	double length
)
Visual Basic
Protected Friend Overridable Function ConvertFromLayoutCoordinates ( _
	length As Double _
) As Double

Parameters

length
Type: System..::..Double
The length to be converted.

See Also