Method | Description | |
---|---|---|
Convert ( object value, |
Converts a Uri value to a resolution aware Uri value.
|
|
ConvertBack ( object value, |
Converts a resolution aware Uri value to a Uri value.
|
|
ResolutionAwareUriConverter ( ) : System.IO |
Initializes a new instance of the ResolutionAwareUriConverter class.
|
Method | Description | |
---|---|---|
ResolutionAwareUriConverter ( int scaleFactor ) : System.IO |
public Convert ( object value, |
||
value | object | The value produced by the binding source. |
targetType | The type of the binding target property. | |
parameter | object | The converter parameter to use. |
culture | System | The culture to use in the converter. |
return | object |
public ConvertBack ( object value, |
||
value | object | The value produced by the binding source. |
targetType | The type of the binding target property. | |
parameter | object | The converter parameter to use. |
culture | System | The culture to use in the converter. |
return | object |
public ResolutionAwareUriConverter ( ) : System.IO | ||
return | System.IO |