다음을 통해 공유


IppResolution(Int32, Int32, IppResolutionUnit) 생성자

정의

지정된 값을 사용하여 IppResolution 클래스의 새 instance 만듭니다. 이 개체는 IPP(인터넷 인쇄 프로토콜)에서 정의한 특성에 대한 resolution 정보를 나타냅니다.

public:
 IppResolution(int width, int height, IppResolutionUnit unit);
 IppResolution(int const& width, int const& height, IppResolutionUnit const& unit);
public IppResolution(int width, int height, IppResolutionUnit unit);
function IppResolution(width, height, unit)
Public Sub New (width As Integer, height As Integer, unit As IppResolutionUnit)

매개 변수

width
Int32

int

특성의 resolution 너비입니다.

height
Int32

int

특성의 resolution 높이입니다.

unit
IppResolutionUnit

특성의 resolution 단위입니다.

적용 대상