次の方法で共有


DeviceToLogicalPixelConverter.Convert(Int32, Object, CultureInfo) Method

Definition

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

Returns

Applies to