Class GraphicsOptions

GraphicsOptions class

Represents graphics options for embedded bitmap.

public class GraphicsOptions

Constructors

NameDescription
GraphicsOptions()The default constructor.

Properties

NameDescription
InterpolationMode { get; set; }Gets or sets interpolation mode.
SmoothingMode { get; set; }Gets or sets smoothing mode.
TextRenderingHint { get; set; }Gets or sets text rendering hint.

See Also