[]
        
(Showing Draft Content)

C1.WPF.C1ListViewerPanel.ConvertFromLayoutCoordinates

ConvertFromLayoutCoordinates Method

ConvertFromLayoutCoordinates(Size)

Converts a length from layout coordinates to absolute coordinates.

Declaration
protected Size ConvertFromLayoutCoordinates(Size size)
Protected Function ConvertFromLayoutCoordinates(size As Size) As Size
Parameters
Type Name Description
Size size

The size.

Returns
Type Description
Size

ConvertFromLayoutCoordinates(double)

Converts a length from layout coordinates to absolute coordinates.

Declaration
protected double ConvertFromLayoutCoordinates(double length)
Protected Function ConvertFromLayoutCoordinates(length As Double) As Double
Parameters
Type Name Description
double length

The length.

Returns
Type Description
double