CrispImage.SetDpi(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.
Defines the DPI used by the CrispImage objects that are descendants of the element to which this property is attached. If this is 0.0, DefaultDpi is used.
public:
static void SetDpi(System::Windows::DependencyObject ^ element, double value);
public static void SetDpi (System.Windows.DependencyObject element, double value);
static member SetDpi : System.Windows.DependencyObject * double -> unit
Public Shared Sub SetDpi (element As DependencyObject, value As Double)
Parameters
- element
- DependencyObject
The element.
- value
- Double
The value.