Click or drag to resize

ViewCaptureWriterDrawBitmap Method

[Missing <summary> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawBitmap(System.Drawing.Bitmap,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected abstract void DrawBitmap(
	Bitmap bitmap,
	double m11,
	double m12,
	double m21,
	double m22,
	double dx,
	double dy
)

Parameters

bitmap
Type: System.DrawingBitmap

[Missing <param name="bitmap"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawBitmap(System.Drawing.Bitmap,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

m11
Type: SystemDouble

[Missing <param name="m11"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawBitmap(System.Drawing.Bitmap,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

m12
Type: SystemDouble

[Missing <param name="m12"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawBitmap(System.Drawing.Bitmap,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

m21
Type: SystemDouble

[Missing <param name="m21"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawBitmap(System.Drawing.Bitmap,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

m22
Type: SystemDouble

[Missing <param name="m22"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawBitmap(System.Drawing.Bitmap,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

dx
Type: SystemDouble

[Missing <param name="dx"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawBitmap(System.Drawing.Bitmap,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

dy
Type: SystemDouble

[Missing <param name="dy"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawBitmap(System.Drawing.Bitmap,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

See Also