System::Drawing::Graphics::DrawImageUnscaled 메서드

Graphics::DrawImageUnscaled(const SharedPtr<Image>&, const Point&) method

지정된 위치에 원본 물리적 크기로 지정된 이미지를 그립니다.

void System::Drawing::Graphics::DrawImageUnscaled(const SharedPtr<Image> &image, const Point &point)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
pointconst Point&그림이 그려진 이미지의 왼쪽 위 모서리를 지정하는 Point 구조입니다.

또 보기

Graphics::DrawImageUnscaled(const SharedPtr<Image>&, const Rectangle&) method

지정된 위치에 원본 물리적 크기로 지정된 이미지를 그립니다.

void System::Drawing::Graphics::DrawImageUnscaled(const SharedPtr<Image> &image, const Rectangle &rect)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
rectconst Rectangle&그림이 그려진 이미지의 왼쪽 위 모서리를 지정하는 사각형입니다. 사각형의 X 및 Y 속성이 왼쪽 위 모서리를 지정합니다. 너비와 높이 값은 무시됩니다.

또 보기

Graphics::DrawImageUnscaled(const SharedPtr<Image>&, int, int) method

지정된 위치에 원본 물리적 크기로 지정된 이미지를 그립니다.

void System::Drawing::Graphics::DrawImageUnscaled(const SharedPtr<Image> &image, int x, int y)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
xint그림이 그려진 이미지의 왼쪽 위 모서리의 X 좌표
yint그림이 그려진 이미지의 왼쪽 위 모서리의 Y 좌표

또 보기

Graphics::DrawImageUnscaled(const SharedPtr<Image>&, int, int, int, int) method

지정된 위치에 원본 물리적 크기로 지정된 이미지를 그립니다.

void System::Drawing::Graphics::DrawImageUnscaled(const SharedPtr<Image> &image, int x, int y, int width, int height)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
xint그림이 그려진 이미지의 왼쪽 위 모서리의 X 좌표
yint그림이 그려진 이미지의 왼쪽 위 모서리의 Y 좌표
widthint사용되지 않음
heightint사용되지 않음

또 보기