RenderOptions Structure
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public readonly struct RenderOptions : IEquatable<RenderOptions>
Public Structure RenderOptions
Implements IEquatable(Of RenderOptions)
[<SealedAttribute>]
type RenderOptions =
struct
inherit ValueType
interface IEquatable<RenderOptions>
end
| Inheritance | Object → ValueType → RenderOptions |
| Implements | IEquatable(RenderOptions) |
Properties
| BitmapBlendingMode | |
| BitmapInterpolationMode | |
| EdgeMode | |
| RequiresFullOpacityHandling | |
| TextRenderingMode |
Methods
| GetBitmapBlendingMode(Visual) | Gets the value of the BitmapBlendingMode attached property for a visual. |
| GetBitmapInterpolationMode(Visual) | Gets the value of the BitmapInterpolationMode attached property for a visual. |
| GetEdgeMode(Visual) | Gets the value of the EdgeMode attached property for a visual. |
| GetRequiresFullOpacityHandling(Visual) | Gets the value of the RequiresFullOpacityHandling attached property for a visual. |
| GetTextRenderingMode(Visual) | Gets the value of the TextRenderingMode attached property for a visual. |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| MergeWith(RenderOptions) | |
| SetBitmapBlendingMode(Visual, BitmapBlendingMode) | Sets the value of the BitmapBlendingMode attached property for a visual. |
| SetBitmapInterpolationMode(Visual, BitmapInterpolationMode) | Sets the value of the BitmapInterpolationMode attached property for a visual. |
| SetEdgeMode(Visual, EdgeMode) | Sets the value of the EdgeMode attached property for a visual. |
| SetRequiresFullOpacityHandling(Visual, Nullable(Boolean)) | Sets the value of the RequiresFullOpacityHandling attached property for a visual. |
| SetTextRenderingMode(Visual, TextRenderingMode) | Sets the value of the TextRenderingMode attached property for a visual. |