System::Drawing::Graphics::DrawImage 메서드

내용물
[ ]

Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit) method

구현되지 않음.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<Point> &destPoints, Rectangle srcRect, GraphicsUnit srcUnit)

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit, const SharedPtr<Imaging::ImageAttributes>&) method

지정된 위치에 지정된 이미지의 지정된 영역을 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<Point> &destPoints, Rectangle srcRect, GraphicsUnit srcUnit, const SharedPtr<Imaging::ImageAttributes> &imageAttr)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
destPointsconst ArrayPtr<Point>&이미지를 그릴 그리기 표면에 평행사변형을 정의하는 세 점을 포함하는 배열
srcRectRectangle그려질 지정된 이미지의 영역을 정의하는 사각형
srcUnitGraphicsUnitsrcRect 매개변수에서 사용되는 측정 단위
imageAttrconst SharedPtr<Imaging::ImageAttributes>&이미지의 색상 및 감마 정보를 지정합니다

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<PointF>&) method

구현되지 않음.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<PointF> &destPoints)

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<PointF>&, RectangleF, GraphicsUnit) method

구현되지 않음.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<PointF> &destPoints, RectangleF srcRect, GraphicsUnit srcUnit)

또 보기

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

지정된 위치에 지정된 이미지를 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const Rectangle &rect)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
rectconst Rectangle&이미지를 그릴 사각형

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, const RectangleF&) method

지정된 위치에 지정된 이미지를 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const RectangleF &rect)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
rectconst RectangleF&이미지를 그릴 사각형

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, const System::ArrayPtr<Point>&) method

구현되지 않음.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::ArrayPtr<Point> &destPoints)
매개변수형식설명
이미지const SharedPtr<Image>&IGNORED
destPointsconst System::ArrayPtr<Point>&IGNORED

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, const System::ArrayPtr<PointF>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method

지정된 위치에 지정된 이미지의 지정된 영역을 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::ArrayPtr<PointF> &destPoints, const RectangleF &srcRect, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
destPointsconst System::ArrayPtr<PointF>&이미지를 그릴 그리기 표면에 평행사변형을 정의하는 세 점을 포함하는 배열
srcRectconst RectangleF&그려질 지정된 이미지의 영역을 정의하는 사각형
srcUnitGraphicsUnitsrcRect 매개변수에서 사용되는 측정 단위
imgAttributesconst Imaging::ImageAttributesPtr&이미지의 색상 및 감마 정보를 지정합니다

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, const System::Details::ArrayView<PointF>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method

지정된 위치에 지정된 이미지의 지정된 영역을 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::Details::ArrayView<PointF> &destPoints, const RectangleF &srcRect, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
destPointsconst System::Details::ArrayView<PointF>&이미지를 그리기 위한 그리기 표면에 평행사변형을 정의하는 세 점을 포함하는 배열 뷰
srcRectconst RectangleF&그려질 지정된 이미지의 영역을 정의하는 사각형
srcUnitGraphicsUnitsrcRect 매개변수에서 사용되는 측정 단위
imgAttributesconst Imaging::ImageAttributesPtr&이미지의 색상 및 감마 정보를 지정합니다

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, const System::Details::StackArray<PointF, N>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method

지정된 위치에 지정된 이미지의 지정된 영역을 그립니다.

template<std::size_t> void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::Details::StackArray<PointF, N> &destPoints, const RectangleF &srcRect, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
destPointsconst System::Details::StackArray<PointF, N>&이미지를 그리기 위한 그리기 표면에 평행사변형을 정의하는 세 점을 포함하는 스택 배열
srcRectconst RectangleF&그려질 지정된 이미지의 영역을 정의하는 사각형
srcUnitGraphicsUnitsrcRect 매개변수에서 사용되는 측정 단위
imgAttributesconst Imaging::ImageAttributesPtr&이미지의 색상 및 감마 정보를 지정합니다

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, float, float) method

지정된 위치에 지정된 이미지를 그립니다.

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

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, float, float, float, float) method

지정된 사각형에 지정된 이미지를 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y, float width, float height)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
xfloat이미지를 그릴 사각형의 왼쪽 위 모서리 X 좌표
yfloat이미지를 그릴 사각형의 왼쪽 위 모서리 Y 좌표
widthfloat이미지를 그릴 사각형의 너비
heightfloat이미지를 그릴 사각형의 높이

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, float, float, RectangleF, GraphicsUnit) method

지정된 위치에 지정된 이미지의 지정된 영역을 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y, RectangleF srcRect, GraphicsUnit srcUnit)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
xfloat이미지를 그릴 사각형의 왼쪽 위 모서리 X 좌표
yfloat이미지를 그릴 사각형의 왼쪽 위 모서리 Y 좌표
srcRectRectangleF그려질 지정된 이미지의 영역을 정의하는 사각형
srcUnitGraphicsUnitsrcRect 매개변수에서 사용되는 측정 단위

또 보기

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

지정된 위치에 지정된 이미지를 그립니다.

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

또 보기

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

지정된 사각형에 지정된 이미지를 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y, int width, int height)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
xint이미지를 그릴 사각형의 왼쪽 위 모서리 X 좌표
yint이미지를 그릴 사각형의 왼쪽 위 모서리 Y 좌표
widthint이미지를 그릴 사각형의 너비
heightint이미지를 그릴 사각형의 높이

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, int, int, Rectangle, GraphicsUnit) method

지정된 위치에 지정된 이미지의 지정된 영역을 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
xint이미지를 그릴 사각형의 왼쪽 위 모서리 X 좌표
yint이미지를 그릴 사각형의 왼쪽 위 모서리 Y 좌표
srcRectRectangle그려질 지정된 이미지의 영역을 정의하는 사각형
srcUnitGraphicsUnitsrcRect 매개변수에서 사용되는 측정 단위

또 보기

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

지정된 위치에 지정된 이미지를 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Point pt)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
ptPoint그려진 이미지의 왼쪽 위 모서리 위치

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, PointF) method

지정된 위치에 지정된 이미지를 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, PointF pt)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
ptPointF그려진 이미지의 왼쪽 위 모서리 위치

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit) method

지정된 사각형에 지정된 이미지의 지정된 영역을 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
destRectRectangle이미지를 그릴 사각형
srcXfloat그릴 이미지 부분을 지정하는 사각형의 왼쪽 위 모서리 X 좌표
srcYfloat그릴 이미지 부분을 지정하는 사각형의 왼쪽 위 모서리 Y 좌표
srcWidthfloat그림을 그릴 영역을 지정하는 사각형의 왼쪽 위 모서리의 너비
srcHeightfloat그림을 그릴 영역을 지정하는 사각형의 왼쪽 위 모서리의 높이
srcUnitGraphicsUnit파라미터 srcX, srcY, srcWidth, srcHeight가 지정되는 측정 단위

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&) method

지정된 사각형에 지정된 이미지의 지정된 영역을 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
destRectRectangle이미지를 그릴 사각형
srcXfloat그릴 이미지 부분을 지정하는 사각형의 왼쪽 위 모서리 X 좌표
srcYfloat그릴 이미지 부분을 지정하는 사각형의 왼쪽 위 모서리 Y 좌표
srcWidthfloat그림을 그릴 영역을 지정하는 사각형의 왼쪽 위 모서리의 너비
srcHeightfloat그림을 그릴 영역을 지정하는 사각형의 왼쪽 위 모서리의 높이
srcUnitGraphicsUnit파라미터 srcX, srcY, srcWidth, srcHeight가 지정되는 측정 단위
imgAttributesconst Imaging::ImageAttributesPtr&이미지의 색상 및 감마 정보를 지정합니다

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort) method

구현되지 않음.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback)

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort, IntPtr) method

구현되지 않음.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback, IntPtr callbackData)

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit) method

지정된 사각형에 지정된 이미지의 지정된 영역을 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
destRectRectangle이미지를 그릴 사각형
srcXint그릴 이미지 부분을 지정하는 사각형의 왼쪽 위 모서리 X 좌표
srcYint그릴 이미지 부분을 지정하는 사각형의 왼쪽 위 모서리 Y 좌표
srcWidthint그림을 그릴 영역을 지정하는 사각형의 왼쪽 위 모서리의 너비
srcHeightint그림을 그릴 영역을 지정하는 사각형의 왼쪽 위 모서리의 높이
srcUnitGraphicsUnit파라미터 srcX, srcY, srcWidth, srcHeight가 지정되는 측정 단위

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&) method

지정된 사각형에 지정된 이미지의 지정된 영역을 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
destRectRectangle이미지를 그릴 사각형
srcXint그릴 이미지 부분을 지정하는 사각형의 왼쪽 위 모서리 X 좌표
srcYint그릴 이미지 부분을 지정하는 사각형의 왼쪽 위 모서리 Y 좌표
srcWidthint그림을 그릴 영역을 지정하는 사각형의 왼쪽 위 모서리의 너비
srcHeightint그림을 그릴 영역을 지정하는 사각형의 왼쪽 위 모서리의 높이
srcUnitGraphicsUnit파라미터 srcX, srcY, srcWidth, srcHeight가 지정되는 측정 단위
imgAttributesconst Imaging::ImageAttributesPtr&이미지의 색상 및 감마 정보를 지정합니다

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort) method

구현되지 않음.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback)

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort, IntPtr) method

구현되지 않음.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback, IntPtr callbackData)

또 보기

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

지정된 위치에 지정된 이미지의 지정된 영역을 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
destRectRectangle이미지를 그릴 사각형
srcRectRectangle그려질 지정된 이미지의 영역을 정의하는 사각형
srcUnitGraphicsUnitsrcRect 매개변수에서 사용되는 측정 단위

또 보기

Graphics::DrawImage(const SharedPtr<Image>&, RectangleF, RectangleF, GraphicsUnit) method

지정된 위치에 지정된 이미지의 지정된 영역을 그립니다.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit)
매개변수형식설명
이미지const SharedPtr<Image>&그릴 이미지
destRectRectangleF이미지를 그릴 사각형
srcRectRectangleF그려질 지정된 이미지의 영역을 정의하는 사각형
srcUnitGraphicsUnitsrcRect 매개변수에서 사용되는 측정 단위

또 보기