Tip
See the Examples section of the ImageViewer class for an animated image example.
[DefaultValueAttribute(false)]
public bool SmoothingEnabled { get; set; }<DefaultValueAttribute(false)>
Public Property SmoothingEnabled As Boolean
Get
Setpublic:
[DefaultValueAttribute(false)]
property bool SmoothingEnabled {
bool get ();
void set (bool value);
}[<DefaultValueAttribute(false)>]
member SmoothingEnabled : bool with get, setSmoothing metafiles may not have a noticeable effect if the metafile already contains drawing records with antialiasing, or when the metafile contains bitmap images only.