Share via


ImagePaint Class

Definition

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
ImagePaint

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)

Applies to