GdiGraphicsDrawImage Method (Image, PointF, RectangleF, GraphicsUnit, ImageAttributes, GraphicsDrawImageAbort) |
Namespace:
Scilligence.MolEngine
Assembly:
Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntaxpublic void DrawImage(
Image image,
PointF[] destPoints,
RectangleF srcRect,
GraphicsUnit srcUnit,
ImageAttributes imageAttr,
GraphicsDrawImageAbort callback
)
Parameters
- image
- Type: System.DrawingImage
- destPoints
- Type: System.DrawingPointF
- srcRect
- Type: System.DrawingRectangleF
- srcUnit
- Type: System.DrawingGraphicsUnit
- imageAttr
- Type: System.Drawing.ImagingImageAttributes
- callback
- Type: System.DrawingGraphicsDrawImageAbort
Implements
IGraphicsDrawImage(Image, PointF, RectangleF, GraphicsUnit, ImageAttributes, GraphicsDrawImageAbort)
See Also