Class WmfPatBlt

Class WmfPatBlt

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The META_PATBLT record paints a specified rectangle using the brush that is defined in the playback device context. The brush color and the surface color or colors are combined using the specified raster operation.

public class WmfPatBlt : WmfPointObject

Inheritance

objectMetaObjectWmfObjectWmfPointObjectWmfPatBlt

Inherited Members

WmfPointObject.Point, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

WmfPatBlt()

public WmfPatBlt()

Properties

Height

Gets or sets the height.

public short Height { get; set; }

Property Value

short

RasterOperation

Gets or sets the raster operation.

public WmfTernaryRasterOperation RasterOperation { get; set; }

Property Value

WmfTernaryRasterOperation

Width

Gets or sets the width.

public short Width { get; set; }

Property Value

short