Class DisplayUnitsConverter

DisplayUnitsConverter class

클래스에는 값을 변환하는 메서드가 포함되어 있습니다.

public static class DisplayUnitsConverter

행동 양식

이름설명
static InchToPoint(float)인치를 포인트로 변환합니다.
static MillimeterToInch(float)밀리미터를 인치로 변환합니다.
static MillimeterToPoint(float)밀리미터를 포인트로 변환합니다.
static PixelToPoint(int, float)지정된 픽셀 해상도에서 픽셀을 포인트로 변환합니다.
static PointToInch(float)포인트를 인치로 변환합니다.
static PointToPixel(float, float)포인트를 지정된 픽셀 해상도의 픽셀로 변환합니다.

또한보십시오