Click or drag to resize

ViewCaptureWriterVectorBitmapProc Delegate

[Missing <summary> documentation for "T:Rhino.Runtime.ViewCaptureWriter.VectorBitmapProc"]

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void VectorBitmapProc(
	IntPtr hBmp,
	double m11,
	double m12,
	double m21,
	double m22,
	double dx,
	double dy
)

Parameters

hBmp
Type: SystemIntPtr
m11
Type: SystemDouble
m12
Type: SystemDouble
m21
Type: SystemDouble
m22
Type: SystemDouble
dx
Type: SystemDouble
dy
Type: SystemDouble
See Also