Graphics.DrawImage
DrawImage(Image, PointF)
지정된 것을 그립니다.Image
, 지정된 위치에서 원래 물리적 크기를 사용합니다.
public void DrawImage(Image sourceImage, PointF point)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
point | PointF | PointF 그려진 이미지의 왼쪽 위 모서리를 나타내는 구조체입니다. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, float, float)
지정된 것을 그립니다.Image
, 지정된 위치에서 원래 물리적 크기를 사용합니다.
public void DrawImage(Image sourceImage, float x, float y)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
x | Single | 그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다. |
y | Single | 그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, RectangleF)
지정된 것을 그립니다.Image
지정된 위치에서 지정된 크기로.
public void DrawImage(Image sourceImage, RectangleF rect)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
rect | RectangleF | RectangleF 그려진 이미지의 위치와 크기를 지정하는 구조체입니다. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, Rectangle, GraphicsUnit)
지정된 것을 그립니다.Image
지정된 위치에서 지정된 크기로.
public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit graphicsUnit)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
rectDestination | Rectangle | 대상 사각형입니다. |
graphicsUnit | GraphicsUnit | 그래픽 유닛. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, RectangleF, GraphicsUnit)
지정된 것을 그립니다.Image
지정된 위치에서 지정된 크기로.
public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUnit graphicsUnit)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
rectDestination | RectangleF | 대상 사각형입니다. |
graphicsUnit | GraphicsUnit | 그래픽 유닛. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, Rectangle, GraphicsUnit, ImageAttributes)
지정된 것을 그립니다.Image
지정된 위치에서 지정된 크기로.
public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit graphicsUnit,
ImageAttributes imageAttributes)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
rectDestination | Rectangle | 대상 사각형입니다. |
graphicsUnit | GraphicsUnit | 그래픽 유닛. |
imageAttributes | ImageAttributes | 이미지 속성입니다. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, RectangleF, GraphicsUnit, ImageAttributes)
지정된 것을 그립니다.Image
지정된 위치에서 지정된 크기로.
public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUnit graphicsUnit,
ImageAttributes imageAttributes)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
rectDestination | RectangleF | 그릴 대상 사각형입니다. |
graphicsUnit | GraphicsUnit | 그래픽 유닛. |
imageAttributes | ImageAttributes | 이미지 속성입니다. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, Rectangle, Rectangle, GraphicsUnit)
지정된 것을 그립니다.Image
지정된 위치에서 지정된 크기로.
public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDestination,
GraphicsUnit graphicsUnit)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
rectSource | Rectangle | 올바른 소스입니다. |
rectDestination | Rectangle | 올바른 대상입니다. |
graphicsUnit | GraphicsUnit | 그래픽 유닛. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit)
지정된 것을 그립니다.Image
지정된 위치에서 지정된 크기로.
public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectDestination,
GraphicsUnit graphicsUnit)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
rectSource | RectangleF | 올바른 소스입니다. |
rectDestination | RectangleF | 올바른 대상입니다. |
graphicsUnit | GraphicsUnit | 그래픽 유닛. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, Rectangle, Rectangle, GraphicsUnit, ImageAttributes)
지정된 것을 그립니다.Image
지정된 위치에서 지정된 크기로.
public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDestination,
GraphicsUnit graphicsUnit, ImageAttributes imageAttributes)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
rectSource | Rectangle | 올바른 소스입니다. |
rectDestination | Rectangle | 올바른 대상입니다. |
graphicsUnit | GraphicsUnit | 그래픽 유닛. |
imageAttributes | ImageAttributes | 이미지 속성입니다. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, ImageAttributes)
지정된 것을 그립니다.Image
지정된 위치에서 지정된 크기로.
public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectDestination,
GraphicsUnit graphicsUnit, ImageAttributes imageAttributes)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
rectSource | RectangleF | 소스 사각형입니다. |
rectDestination | RectangleF | 대상 사각형입니다. |
graphicsUnit | GraphicsUnit | 사용할 그래픽 단위입니다. |
imageAttributes | ImageAttributes | 사용할 이미지 속성입니다. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, Point[])
지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.
public void DrawImage(Image image, Point[] destPoints)
모수 | 유형 | 설명 |
---|
image | Image | 그릴 이미지입니다. |
destPoints | Point[] | 평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다. |
또한보십시오
DrawImage(Image, Point[], Rectangle)
지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect)
모수 | 유형 | 설명 |
---|
image | Image | 그릴 이미지입니다. |
destPoints | Point[] | 평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다. |
srcRect | Rectangle | 소스 사각형입니다. |
또한보십시오
DrawImage(Image, Point[], Rectangle, GraphicsUnit)
지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
모수 | 유형 | 설명 |
---|
image | Image | 그릴 이미지입니다. |
destPoints | Point[] | 평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다. |
srcRect | Rectangle | 소스 사각형입니다. |
srcUnit | GraphicsUnit | 측정 단위. |
또한보십시오
DrawImage(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes)
지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit,
ImageAttributes imageAttributes)
모수 | 유형 | 설명 |
---|
image | Image | 그릴 이미지입니다. |
destPoints | Point[] | 평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다. |
srcRect | Rectangle | 소스 사각형입니다. |
srcUnit | GraphicsUnit | 측정 단위. |
imageAttributes | ImageAttributes | 이미지 속성입니다. |
또한보십시오
DrawImage(Image, PointF[])
지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.
public void DrawImage(Image image, PointF[] destPoints)
모수 | 유형 | 설명 |
---|
image | Image | 그릴 이미지입니다. |
destPoints | PointF[] | 평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다. |
예외
예외 | 상태 |
---|
ArgumentNullException | 영상 |
또한보십시오
DrawImage(Image, PointF[], RectangleF)
지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect)
모수 | 유형 | 설명 |
---|
image | Image | 그릴 이미지입니다. |
destPoints | PointF[] | 평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다. |
srcRect | RectangleF | 소스 사각형입니다. |
또한보십시오
DrawImage(Image, PointF[], RectangleF, GraphicsUnit)
지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
모수 | 유형 | 설명 |
---|
image | Image | 그릴 이미지입니다. |
destPoints | PointF[] | 평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다. |
srcRect | RectangleF | 소스 사각형입니다. |
srcUnit | GraphicsUnit | 측정 단위. |
또한보십시오
DrawImage(Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes)
지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit,
ImageAttributes imageAttributes)
모수 | 유형 | 설명 |
---|
image | Image | 그릴 이미지입니다. |
destPoints | PointF[] | 평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다. |
srcRect | RectangleF | 소스 사각형입니다. |
srcUnit | GraphicsUnit | 측정 단위. |
imageAttributes | ImageAttributes | 이미지 속성입니다. |
또한보십시오
DrawImage(Image, float, float, float, float)
지정된 것을 그립니다.Image
지정된 위치에서 지정된 크기로.
public void DrawImage(Image sourceImage, float x, float y, float width, float height)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
x | Single | 그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다. |
y | Single | 그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다. |
width | Single | 그려진 이미지의 너비입니다. |
height | Single | 그려진 이미지의 높이입니다. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, Point)
지정된 것을 그립니다.Image
, 지정된 위치에서 원래 물리적 크기를 사용합니다.
public void DrawImage(Image sourceImage, Point point)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
point | Point | Point 그려진 이미지의 왼쪽 위 모서리 위치를 나타내는 구조체입니다. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, int, int)
좌표 쌍으로 지정된 위치에 원래 물리적 크기를 사용하여 지정된 이미지를 그립니다.
public void DrawImage(Image sourceImage, int x, int y)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
x | Int32 | 그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다. |
y | Int32 | 그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, Rectangle)
지정된 것을 그립니다.Image
지정된 위치에서 지정된 크기로.
public void DrawImage(Image sourceImage, Rectangle rect)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
rect | Rectangle | Rectangle 그려진 이미지의 위치와 크기를 지정하는 구조체입니다. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오
DrawImage(Image, int, int, int, int)
지정된 것을 그립니다.Image
지정된 위치에서 지정된 크기로.
public void DrawImage(Image sourceImage, int x, int y, int width, int height)
모수 | 유형 | 설명 |
---|
sourceImage | Image | 그릴 이미지입니다. |
x | Int32 | 그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다. |
y | Int32 | 그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다. |
width | Int32 | 그려진 이미지의 너비입니다. |
height | Int32 | 그려진 이미지의 높이입니다. |
예외
예외 | 상태 |
---|
ArgumentNullException | sourceImage null입니다. |
또한보십시오