The RectToDoubleConverter type exposes the following members.

Constructors

  NameDescription
RectToDoubleConverter
Initializes a new instance of the RectToDoubleConverter class.

Methods

  NameDescription
Convert
Returns a number based on the width or height of the Rect object and the Factor property.
ConvertBack
Converts a value from a binding target for writing to a binding source.

Properties

  NameDescription
ConverterType
Gets or sets the RectToDoubleConverterType which specifies which conversion calculation to use.
Factor
Gets or sets the value that is multiplied to the calculated width value before it is returned in the Convert method.

See Also