Graphics.DrawImage

DrawImage(Image, PointF)

지정된 것을 그립니다.Image , 지정된 위치에서 원래 물리적 크기를 사용합니다.

public void DrawImage(Image sourceImage, PointF point)
모수유형설명
sourceImageImage그릴 이미지입니다.
pointPointFPointF 그려진 이미지의 왼쪽 위 모서리를 나타내는 구조체입니다.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, float, float)

지정된 것을 그립니다.Image , 지정된 위치에서 원래 물리적 크기를 사용합니다.

public void DrawImage(Image sourceImage, float x, float y)
모수유형설명
sourceImageImage그릴 이미지입니다.
xSingle그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다.
ySingle그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, RectangleF)

지정된 것을 그립니다.Image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image sourceImage, RectangleF rect)
모수유형설명
sourceImageImage그릴 이미지입니다.
rectRectangleFRectangleF 그려진 이미지의 위치와 크기를 지정하는 구조체입니다.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, Rectangle, GraphicsUnit)

지정된 것을 그립니다.Image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit graphicsUnit)
모수유형설명
sourceImageImage그릴 이미지입니다.
rectDestinationRectangle대상 사각형입니다.
graphicsUnitGraphicsUnit그래픽 유닛.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, RectangleF, GraphicsUnit)

지정된 것을 그립니다.Image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUnit graphicsUnit)
모수유형설명
sourceImageImage그릴 이미지입니다.
rectDestinationRectangleF대상 사각형입니다.
graphicsUnitGraphicsUnit그래픽 유닛.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, Rectangle, GraphicsUnit, ImageAttributes)

지정된 것을 그립니다.Image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit graphicsUnit, 
    ImageAttributes imageAttributes)
모수유형설명
sourceImageImage그릴 이미지입니다.
rectDestinationRectangle대상 사각형입니다.
graphicsUnitGraphicsUnit그래픽 유닛.
imageAttributesImageAttributes이미지 속성입니다.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, RectangleF, GraphicsUnit, ImageAttributes)

지정된 것을 그립니다.Image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUnit graphicsUnit, 
    ImageAttributes imageAttributes)
모수유형설명
sourceImageImage그릴 이미지입니다.
rectDestinationRectangleF그릴 대상 사각형입니다.
graphicsUnitGraphicsUnit그래픽 유닛.
imageAttributesImageAttributes이미지 속성입니다.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, Rectangle, Rectangle, GraphicsUnit)

지정된 것을 그립니다.Image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDestination, 
    GraphicsUnit graphicsUnit)
모수유형설명
sourceImageImage그릴 이미지입니다.
rectSourceRectangle올바른 소스입니다.
rectDestinationRectangle올바른 대상입니다.
graphicsUnitGraphicsUnit그래픽 유닛.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, RectangleF, RectangleF, GraphicsUnit)

지정된 것을 그립니다.Image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectDestination, 
    GraphicsUnit graphicsUnit)
모수유형설명
sourceImageImage그릴 이미지입니다.
rectSourceRectangleF올바른 소스입니다.
rectDestinationRectangleF올바른 대상입니다.
graphicsUnitGraphicsUnit그래픽 유닛.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, Rectangle, Rectangle, GraphicsUnit, ImageAttributes)

지정된 것을 그립니다.Image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDestination, 
    GraphicsUnit graphicsUnit, ImageAttributes imageAttributes)
모수유형설명
sourceImageImage그릴 이미지입니다.
rectSourceRectangle올바른 소스입니다.
rectDestinationRectangle올바른 대상입니다.
graphicsUnitGraphicsUnit그래픽 유닛.
imageAttributesImageAttributes이미지 속성입니다.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, ImageAttributes)

지정된 것을 그립니다.Image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectDestination, 
    GraphicsUnit graphicsUnit, ImageAttributes imageAttributes)
모수유형설명
sourceImageImage그릴 이미지입니다.
rectSourceRectangleF소스 사각형입니다.
rectDestinationRectangleF대상 사각형입니다.
graphicsUnitGraphicsUnit사용할 그래픽 단위입니다.
imageAttributesImageAttributes사용할 이미지 속성입니다.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, Point[])

지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image image, Point[] destPoints)
모수유형설명
imageImage그릴 이미지입니다.
destPointsPoint[]평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다.

또한보십시오


DrawImage(Image, Point[], Rectangle)

지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect)
모수유형설명
imageImage그릴 이미지입니다.
destPointsPoint[]평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다.
srcRectRectangle소스 사각형입니다.

또한보십시오


DrawImage(Image, Point[], Rectangle, GraphicsUnit)

지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
모수유형설명
imageImage그릴 이미지입니다.
destPointsPoint[]평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다.
srcRectRectangle소스 사각형입니다.
srcUnitGraphicsUnit측정 단위.

또한보십시오


DrawImage(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes)

지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, 
    ImageAttributes imageAttributes)
모수유형설명
imageImage그릴 이미지입니다.
destPointsPoint[]평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다.
srcRectRectangle소스 사각형입니다.
srcUnitGraphicsUnit측정 단위.
imageAttributesImageAttributes이미지 속성입니다.

또한보십시오


DrawImage(Image, PointF[])

지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image image, PointF[] destPoints)
모수유형설명
imageImage그릴 이미지입니다.
destPointsPointF[]평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다.

예외

예외상태
ArgumentNullException영상

또한보십시오


DrawImage(Image, PointF[], RectangleF)

지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect)
모수유형설명
imageImage그릴 이미지입니다.
destPointsPointF[]평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다.
srcRectRectangleF소스 사각형입니다.

또한보십시오


DrawImage(Image, PointF[], RectangleF, GraphicsUnit)

지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
모수유형설명
imageImage그릴 이미지입니다.
destPointsPointF[]평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다.
srcRectRectangleF소스 사각형입니다.
srcUnitGraphicsUnit측정 단위.

또한보십시오


DrawImage(Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes)

지정된 부분을 그립니다.image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, 
    ImageAttributes imageAttributes)
모수유형설명
imageImage그릴 이미지입니다.
destPointsPointF[]평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다.
srcRectRectangleF소스 사각형입니다.
srcUnitGraphicsUnit측정 단위.
imageAttributesImageAttributes이미지 속성입니다.

또한보십시오


DrawImage(Image, float, float, float, float)

지정된 것을 그립니다.Image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image sourceImage, float x, float y, float width, float height)
모수유형설명
sourceImageImage그릴 이미지입니다.
xSingle그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다.
ySingle그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다.
widthSingle그려진 이미지의 너비입니다.
heightSingle그려진 이미지의 높이입니다.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, Point)

지정된 것을 그립니다.Image , 지정된 위치에서 원래 물리적 크기를 사용합니다.

public void DrawImage(Image sourceImage, Point point)
모수유형설명
sourceImageImage그릴 이미지입니다.
pointPointPoint 그려진 이미지의 왼쪽 위 모서리 위치를 나타내는 구조체입니다.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, int, int)

좌표 쌍으로 지정된 위치에 원래 물리적 크기를 사용하여 지정된 이미지를 그립니다.

public void DrawImage(Image sourceImage, int x, int y)
모수유형설명
sourceImageImage그릴 이미지입니다.
xInt32그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다.
yInt32그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, Rectangle)

지정된 것을 그립니다.Image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image sourceImage, Rectangle rect)
모수유형설명
sourceImageImage그릴 이미지입니다.
rectRectangleRectangle 그려진 이미지의 위치와 크기를 지정하는 구조체입니다.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오


DrawImage(Image, int, int, int, int)

지정된 것을 그립니다.Image 지정된 위치에서 지정된 크기로.

public void DrawImage(Image sourceImage, int x, int y, int width, int height)
모수유형설명
sourceImageImage그릴 이미지입니다.
xInt32그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다.
yInt32그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다.
widthInt32그려진 이미지의 너비입니다.
heightInt32그려진 이미지의 높이입니다.

예외

예외상태
ArgumentNullExceptionsourceImage null입니다.

또한보십시오