using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace WPFMachine.Absolute { class FrotzImage : System.Windows.Controls.Image { public FrotzImage() { this.VisualBitmapScalingMode = System.Windows.Media.BitmapScalingMode.Unspecified; } } }