RenderOptions Structure

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public readonly struct RenderOptions : IEquatable<RenderOptions>
Inheritance
Object    ValueType    RenderOptions
Implements
IEquatableRenderOptions

Properties

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.
GetTypeGets 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, NullableBoolean) 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.

See Also