IppResolution(Int32, Int32, IppResolutionUnit) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 값을 사용하여 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
단위입니다.