Graphics.DrawImage
DrawImage(Image, int, int)
좌표 쌍으로 지정된 위치에 원래 물리적 크기를 사용하여 지정된 이미지를 그립니다.
public void DrawImage(Image image, int x, int y)
모수 | 유형 | 설명 |
---|---|---|
image | Image | 그릴 이미지. |
x | Int32 | 그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다. |
y | Int32 | 그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다. |
또한보십시오
- class Image
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, float, float)
지정된 것을 그립니다.Image , 지정된 위치에서 원래 물리적 크기를 사용합니다.
public void DrawImage(Image image, float x, float y)
모수 | 유형 | 설명 |
---|---|---|
image | Image | Image 그릴. |
x | Single | 그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다. |
y | Single | 그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다. |
또한보십시오
- class Image
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, Point)
지정된 위치에서 원래 물리적 크기를 사용하여 지정된 이미지를 그립니다.
public void DrawImage(Image image, Point point)
모수 | 유형 | 설명 |
---|---|---|
image | Image | 그릴 이미지. |
point | Point | 그려진 이미지의 왼쪽 위 모서리 위치를 나타내는 포인트 구조입니다. |
또한보십시오
- class Image
- struct Point
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, Point[])
지정된 것을 그립니다.Е:Image 지정된 위치에 지정된 모양과 크기로.
public void DrawImage(Image image, Point[] destPoints)
모수 | 유형 | 설명 |
---|---|---|
image | Image | Image 그릴. |
destPoints | Point[] | 3개의 배열Point 평행사변형을 정의하는 구조. |
또한보십시오
- class Image
- struct Point
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, PointF)
지정된 것을 그립니다.Image , 지정된 위치에서 원래 물리적 크기를 사용합니다.
public void DrawImage(Image image, PointF point)
모수 | 유형 | 설명 |
---|---|---|
image | Image | Image 그릴. |
point | PointF | PointF 그려진 이미지의 왼쪽 위 모서리를 나타내는 구조체입니다. |
또한보십시오
- class Image
- struct PointF
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, PointF[])
지정된 것을 그립니다.Image 지정된 위치에 지정된 모양과 크기로.
public void DrawImage(Image image, PointF[] destPoints)
모수 | 유형 | 설명 |
---|---|---|
image | Image | Image 그릴. |
destPoints | PointF[] | 3개의 배열PointF 평행사변형을 정의하는 구조. |
또한보십시오
- class Image
- struct PointF
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, int, int, int, int)
지정된 위치에 지정된 크기로 지정된 이미지를 그립니다.
public void DrawImage(Image image, int x, int y, int width, int height)
모수 | 유형 | 설명 |
---|---|---|
image | Image | 그릴 이미지. |
x | Int32 | 그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다. |
y | Int32 | 그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다. |
width | Int32 | 그려진 이미지의 너비입니다. |
height | Int32 | 그려진 이미지의 높이입니다. |
또한보십시오
- class Image
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, Rectangle)
지정된 위치에 지정된 크기로 지정된 이미지를 그립니다.
public void DrawImage(Image image, Rectangle rect)
모수 | 유형 | 설명 |
---|---|---|
image | Image | 그릴 Image입니다. |
rect | Rectangle | 그려진 이미지의 위치와 크기를 지정하는 사각형입니다. |
또한보십시오
- class Image
- struct Rectangle
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, RectangleF)
지정된 위치에 지정된 크기로 지정된 이미지를 그립니다.
public void DrawImage(Image image, RectangleF rect)
모수 | 유형 | 설명 |
---|---|---|
image | Image | 그릴 Image입니다. |
rect | RectangleF | 그려진 이미지의 위치와 크기를 지정하는 사각형입니다. |
또한보십시오
- class Image
- struct RectangleF
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, float, float, float, float)
지정된 것을 그립니다.Image , 지정된 위치에서 지정된 크기로 원래 물리적 크기를 사용합니다.
public void DrawImage(Image image, float x, float y, float width, float height)
모수 | 유형 | 설명 |
---|---|---|
image | Image | Image 그릴. |
x | Single | 그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다. |
y | Single | 그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다. |
width | Single | 그려진 이미지의 너비입니다. |
height | Single | 그려진 이미지의 높이입니다. |
또한보십시오
- class Image
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, int, int, Rectangle, GraphicsUnit)
지정된 위치에 이미지의 일부를 그립니다.
public void DrawImage(Image image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit)
모수 | 유형 | 설명 |
---|---|---|
image | Image | Image 그릴. |
x | Int32 | 그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다. |
y | Int32 | 그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다. |
srcRect | Rectangle | Rectangle 그릴 이미지 개체의 부분을 지정하는 구조체입니다. |
srcUnit | GraphicsUnit | 회원GraphicsUnit srcRect 매개 변수에서 사용하는 측정 단위를 지정하는 열거형입니다. |
또한보십시오
- class Image
- struct Rectangle
- enum GraphicsUnit
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, float, float, RectangleF, GraphicsUnit)
지정된 위치에 이미지의 일부를 그립니다.
public void DrawImage(Image image, float x, float y, RectangleF srcRect, GraphicsUnit srcUnit)
모수 | 유형 | 설명 |
---|---|---|
image | Image | Image 그릴. |
x | Single | 그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다. |
y | Single | 그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다. |
srcRect | RectangleF | RectangleF 그릴 이미지 개체의 부분을 지정하는 구조체입니다. |
srcUnit | GraphicsUnit | 회원GraphicsUnit srcRect 매개 변수에서 사용하는 측정 단위를 지정하는 열거형입니다. |
또한보십시오
- class Image
- struct RectangleF
- enum GraphicsUnit
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, PointF[], RectangleF, GraphicsUnit)
지정된 이미지의 지정된 부분을 지정된 위치에 지정된 크기로 그립니다.
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
모수 | 유형 | 설명 |
---|---|---|
image | Image | 그릴 이미지. |
destPoints | PointF[] | 평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다. |
srcRect | RectangleF | 그릴 이미지 개체의 부분을 지정하는 RectangleF 구조체입니다. |
srcUnit | GraphicsUnit | 에서 사용하는 측정 단위를 지정하는 GraphicsUnit 열거형의 멤버srcRect 매개변수. |
또한보십시오
- class Image
- struct PointF
- struct RectangleF
- enum GraphicsUnit
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, Point[], Rectangle, GraphicsUnit)
지정된 부분을 그립니다.Image 지정된 위치에서 지정된 크기로.
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
모수 | 유형 | 설명 |
---|---|---|
image | Image | Image 그릴. |
destPoints | Point[] | 3개의 배열Point 평행사변형을 정의하는 구조. |
srcRect | Rectangle | Rectangle그릴 이미지 개체의 부분을 지정하는 구조체입니다. |
srcUnit | GraphicsUnit | 회원GraphicsUnit 에서 사용하는 측정 단위를 지정하는 열거형srcRect 매개변수. |
또한보십시오
- class Image
- struct Point
- struct Rectangle
- enum GraphicsUnit
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes)
지정된 부분을 그립니다.Image 지정된 위치에서 지정된 크기로.
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit,
ImageAttributes imageAttr)
모수 | 유형 | 설명 |
---|---|---|
image | Image | Image 그릴. |
destPoints | Point[] | 3개의 배열Point 평행사변형을 정의하는 구조. |
srcRect | Rectangle | Rectangle그릴 이미지 개체의 부분을 지정하는 구조체입니다. |
srcUnit | GraphicsUnit | 회원GraphicsUnit 에서 사용하는 측정 단위를 지정하는 열거형srcRect 매개변수. |
imageAttr | ImageAttributes | ImageAttributes 이미지 개체에 대한 다시 칠하기 및 감마 정보를 지정합니다. |
또한보십시오
- class Image
- struct Point
- struct Rectangle
- enum GraphicsUnit
- class ImageAttributes
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes)
지정된 이미지의 지정된 부분을 지정된 위치에 지정된 크기로 그립니다.
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit,
ImageAttributes imageAttr)
모수 | 유형 | 설명 |
---|---|---|
image | Image | 그릴 이미지. |
destPoints | PointF[] | 평행사변형을 정의하는 세 개의 PointF 구조체 배열입니다. |
srcRect | RectangleF | 그릴 이미지 개체의 부분을 지정하는 RectangleF 구조체입니다. |
srcUnit | GraphicsUnit | 에서 사용하는 측정 단위를 지정하는 GraphicsUnit 열거형의 멤버srcRect 매개변수. |
imageAttr | ImageAttributes | 이미지 개체에 대한 다시 칠하기 및 감마 정보를 지정하는 ImageAttributes. |
또한보십시오
- class Image
- struct PointF
- struct RectangleF
- enum GraphicsUnit
- class ImageAttributes
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, Rectangle, Rectangle, GraphicsUnit)
지정된 이미지의 지정된 부분을 지정된 위치에 지정된 크기로 그립니다.
public void DrawImage(Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)
모수 | 유형 | 설명 |
---|---|---|
image | Image | 그릴 이미지. |
destRect | Rectangle | 그려진 이미지의 위치와 크기를 지정하는 Rectangle 구조체. 사각형에 맞게 이미지 크기가 조정됩니다. |
srcRect | Rectangle | 그릴 이미지 객체의 부분을 지정하는 Rectangle 구조체. |
srcUnit | GraphicsUnit | 에서 사용하는 measure 단위를 지정하는 GraphicsUnit 열거형의 멤버srcRect 매개변수. |
또한보십시오
- class Image
- struct Rectangle
- enum GraphicsUnit
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, Rectangle, int, int, int, int, GraphicsUnit, ImageAttributes)
지정된 이미지의 지정된 부분을 지정된 위치에 지정된 크기로 그립니다.
public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth,
int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr)
모수 | 유형 | 설명 |
---|---|---|
image | Image | 그릴 이미지. |
destRect | Rectangle | 그려진 이미지의 위치와 크기를 지정하는 Rectangle 구조체. 사각형에 맞게 이미지 크기가 조정됩니다. |
srcX | Int32 | 그릴 원본 이미지 부분의 왼쪽 위 모퉁이에 대한 x 좌표입니다. |
srcY | Int32 | 그릴 원본 이미지 부분의 왼쪽 위 모퉁이에 대한 y좌표입니다. |
srcWidth | Int32 | 그릴 원본 이미지 부분의 너비입니다. |
srcHeight | Int32 | 그릴 소스 이미지 부분의 높이입니다. |
srcUnit | GraphicsUnit | 소스 사각형을 결정하는 데 사용되는 measure 의 단위를 지정하는 GraphicsUnit 열거형의 멤버입니다. |
imageAttr | ImageAttributes | 이미지 개체에 대한 다시 칠하기 및 감마 정보를 지정하는 ImageAttributes. |
또한보십시오
- class Image
- struct Rectangle
- enum GraphicsUnit
- class ImageAttributes
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit)
지정된 이미지의 지정된 부분을 지정된 위치에 지정된 크기로 그립니다.
public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit)
모수 | 유형 | 설명 |
---|---|---|
image | Image | 그릴 이미지. |
destRect | RectangleF | 그려진 이미지의 위치와 크기를 지정하는 RectangleF 구조체입니다. 이미지가 사각형에 맞게 크기가 조정됩니다. |
srcRect | RectangleF | 그릴 이미지 개체의 부분을 지정하는 RectangleF 구조체입니다. |
srcUnit | GraphicsUnit | 에서 사용하는 measure 단위를 지정하는 GraphicsUnit 열거형의 멤버srcRect 매개변수. |
또한보십시오
- class Image
- struct RectangleF
- enum GraphicsUnit
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, Rectangle, int, int, int, int, GraphicsUnit)
지정된 부분을 그립니다.Image 지정된 위치에서 지정된 크기로.
public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth,
int srcHeight, GraphicsUnit srcUnit)
모수 | 유형 | 설명 |
---|---|---|
image | Image | Image 그릴. |
destRect | Rectangle | Rectangle 그려진 이미지의 위치와 크기를 지정하는 구조체입니다. 이미지는 사각형에 맞게 크기가 조정됩니다. |
srcX | Int32 | 그릴 원본 이미지 부분의 왼쪽 위 모퉁이에 대한 x 좌표입니다. |
srcY | Int32 | 그릴 원본 이미지 부분의 왼쪽 위 모퉁이에 대한 y좌표입니다. |
srcWidth | Int32 | 그릴 원본 이미지 부분의 너비입니다. |
srcHeight | Int32 | 그릴 원본 이미지 부분의 높이 |
srcUnit | GraphicsUnit | 회원GraphicsUnit 소스 사각형을 결정하는 데 사용되는 측정 단위를 지정하는 열거형입니다. |
또한보십시오
- class Image
- struct Rectangle
- enum GraphicsUnit
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, Rectangle, float, float, float, float, GraphicsUnit)
지정된 부분을 그립니다.Image 지정된 위치에서 지정된 크기로.
public void DrawImage(Image image, Rectangle destRect, float srcX, float srcY, float srcWidth,
float srcHeight, GraphicsUnit srcUnit)
모수 | 유형 | 설명 |
---|---|---|
image | Image | Image 그릴. |
destRect | Rectangle | Rectangle 그려진 이미지의 위치와 크기를 지정하는 구조체입니다. 이미지는 사각형에 맞게 크기가 조정됩니다. |
srcX | Single | 그릴 원본 이미지 부분의 왼쪽 위 모퉁이에 대한 x 좌표입니다. |
srcY | Single | 그릴 원본 이미지 부분의 왼쪽 위 모퉁이에 대한 y좌표입니다. |
srcWidth | Single | 그릴 원본 이미지 부분의 너비입니다. |
srcHeight | Single | 그릴 원본 이미지 부분의 높이 |
srcUnit | GraphicsUnit | 회원GraphicsUnit 소스 사각형을 결정하는 데 사용되는 측정 단위를 지정하는 열거형입니다. |
또한보십시오
- class Image
- struct Rectangle
- enum GraphicsUnit
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
DrawImage(Image, Rectangle, float, float, float, float, GraphicsUnit, ImageAttributes)
지정된 부분을 그립니다.Image 지정된 위치에서 지정된 크기로.
public void DrawImage(Image image, Rectangle destRect, float srcX, float srcY, float srcWidth,
float srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs)
모수 | 유형 | 설명 |
---|---|---|
image | Image | Image 그릴. |
destRect | Rectangle | Rectangle 그려진 이미지의 위치와 크기를 지정하는 구조체입니다. 이미지는 사각형에 맞게 크기가 조정됩니다. |
srcX | Single | 그릴 원본 이미지 부분의 왼쪽 위 모퉁이에 대한 x 좌표입니다. |
srcY | Single | 그릴 원본 이미지 부분의 왼쪽 위 모퉁이에 대한 y좌표입니다. |
srcWidth | Single | 그릴 원본 이미지 부분의 너비입니다. |
srcHeight | Single | 그릴 원본 이미지 부분의 높이 |
srcUnit | GraphicsUnit | 회원GraphicsUnit 소스 사각형을 결정하는 데 사용되는 측정 단위를 지정하는 열거형입니다. |
imageAttrs | ImageAttributes | ImageAttributes 이미지 개체에 대한 다시 칠하기 및 감마 정보를 지정합니다. |
또한보십시오
- class Image
- struct Rectangle
- enum GraphicsUnit
- class ImageAttributes
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing