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
)
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.
See Also