GdiGraphicsDrawImage Method (Image, Rectangle, Single, Single, Single, Single, GraphicsUnit) |
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,
float srcX,
float srcY,
float srcWidth,
float srcHeight,
GraphicsUnit srcUnit
)
Parameters
- image
- Type: System.DrawingImage
- destRect
- Type: System.DrawingRectangle
- srcX
- Type: SystemSingle
- srcY
- Type: SystemSingle
- srcWidth
- Type: SystemSingle
- srcHeight
- Type: SystemSingle
- srcUnit
- Type: System.DrawingGraphicsUnit
Implements
IGraphicsDrawImage(Image, Rectangle, Single, Single, Single, Single, GraphicsUnit)
See Also