Click or drag to resize

DisplayBitmapGetBlendModes Method

Gets the source and destination blend modes.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void GetBlendModes(
	out BlendMode source,
	out BlendMode destination
)

Parameters

source
Type: Rhino.DisplayBlendMode
The source blend mode is assigned to this out parameter.
destination
Type: Rhino.DisplayBlendMode
The destination blend mode is assigned to this out parameter.
See Also