MergeWith Method
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public RenderOptions MergeWith(
RenderOptions other
)
Public Function MergeWith (
other As RenderOptions
) As RenderOptions
member MergeWith :
other : RenderOptions -> RenderOptions