RenderOptions Methods
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. |