Click or drag to resize

IGraphicsDrawImage 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)
Syntax
C#
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
See Also