GdiGraphicsDrawImage Method (Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes) |
Namespace:
Scilligence.MolEngine
Assembly:
Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntaxpublic void DrawImage(
Image image,
Rectangle destRect,
int srcX,
int srcY,
int srcWidth,
int srcHeight,
GraphicsUnit srcUnit,
ImageAttributes imageAttr
)
Parameters
- image
- Type: System.DrawingImage
- destRect
- Type: System.DrawingRectangle
- srcX
- Type: SystemInt32
- srcY
- Type: SystemInt32
- srcWidth
- Type: SystemInt32
- srcHeight
- Type: SystemInt32
- srcUnit
- Type: System.DrawingGraphicsUnit
- imageAttr
- Type: System.Drawing.ImagingImageAttributes
Implements
IGraphicsDrawImage(Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes)
See Also