WmfSetPixel

WmfSetPixel class

The META_SETPIXEL record sets the pixel at the specified coordinates to the specified color.

public class WmfSetPixel : WmfPointObject

Constructors

NameDescription
WmfSetPixel()The default constructor.

Properties

NameDescription
ColorRef { get; set; }Gets or sets the color reference.
Point { get; set; }Gets or sets the point.

See Also