ImagePaint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a paint that uses an image to fill shapes.
public ref class ImagePaint : Microsoft::Maui::Graphics::Paint
public class ImagePaint : Microsoft.Maui.Graphics.Paint
type ImagePaint = class
inherit Paint
Public Class ImagePaint
Inherits Paint
- Inheritance
Constructors
ImagePaint() |
Properties
BackgroundColor |
Gets or sets the background color of the paint. (Inherited from Paint) |
ForegroundColor |
Gets or sets the foreground color of the paint. (Inherited from Paint) |
Image |
Gets or sets the image used for painting. |
IsTransparent |
Gets a value indicating whether this paint has transparent areas. |
Extension Methods
IsNullOrEmpty(Paint) | |
ToColor(Paint) |