ViewCaptureWriter.VectorBitmapProc Delegate

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
)
Public Delegate Sub VectorBitmapProc ( 
	hBmp As IntPtr,
	m11 As Double,
	m12 As Double,
	m21 As Double,
	m22 As Double,
	dx As Double,
	dy As Double
)

Parameters

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