public static float FromPixelsToInches(
float pixels
)
Public Shared Function FromPixelsToInches (
pixels As Single
) As Single
public:
static float FromPixelsToInches(
float pixels
)
static member FromPixelsToInches :
pixels : float32 -> float32