CrispImage.SetScaleFactor(DependencyObject, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the ScaleFactor that is used when the image may be scaled using a transform, such as for an image in the editor margin when the zoom != 100%. A ScaleFactor of 1 does no scaling.
public:
static void SetScaleFactor(System::Windows::DependencyObject ^ element, double value);
public static void SetScaleFactor (System.Windows.DependencyObject element, double value);
static member SetScaleFactor : System.Windows.DependencyObject * double -> unit
Public Shared Sub SetScaleFactor (element As DependencyObject, value As Double)
Parameters
- element
- DependencyObject
The element.
- value
- Double
The value.