public readonly struct RenderOptions : IEquatable<RenderOptions>Public Structure RenderOptions
Implements IEquatable(Of RenderOptions)[<SealedAttribute>]
type RenderOptions =
struct
inherit ValueType
interface IEquatable<RenderOptions>
end| 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, 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. |