DisplayBitmapGetBlendModes Method |
Gets the source and destination blend modes.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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 InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also