DeviceToLogicalPixelConverter.Convert(Int32, Object, CultureInfo) 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.
Converts a device coordinate component provided in 'value' parameter to logical pixel component. Note that 'parameter' parameter need to be either HorizontalAxis or VerticalAxis to determine which axis is going to be used for the conversion.
protected:
override double Convert(int value, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected override double Convert (int value, object parameter, System.Globalization.CultureInfo culture);
override this.Convert : int * obj * System.Globalization.CultureInfo -> double
Protected Overrides Function Convert (value As Integer, parameter As Object, culture As CultureInfo) As Double
Parameters
- value
- Int32
- parameter
- Object
- culture
- CultureInfo