DrawImage
Device<TGraphicContext,TRenderingOptions>.DrawImage method
绘制指定的图像。
public abstract void DrawImage(byte[] data, ImageType type, RectangleF rect)
范围 | 类型 | 描述 |
---|---|---|
data | Byte[] | 表示图像的字节数组。 |
type | ImageType | 图像类型。 |
rect | RectangleF | 确定要绘制的位置和大小的矩形。 |
绘制指定的图像。
public abstract void DrawImage(byte[] data, ImageType type, RectangleF rect)
范围 | 类型 | 描述 |
---|---|---|
data | Byte[] | 表示图像的字节数组。 |
type | ImageType | 图像类型。 |
rect | RectangleF | 确定要绘制的位置和大小的矩形。 |