[]
        
(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)
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)
Parameters
Type Name Description
double length

The length.

Returns
Type Description
double