DisplayBitmap.GetBlendModes Method

DisplayBitmapGetBlendModes Method

Gets the source and destination blend modes.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void GetBlendModes(
	out BlendMode source,
	out BlendMode destination
)
Public Sub GetBlendModes ( 
	<OutAttribute> ByRef source As BlendMode,
	<OutAttribute> ByRef destination As BlendMode
)

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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also