The RectToPointConverter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RectToPointConverter |
Methods
| Name | Description | |
|---|---|---|
| Convert | ||
| ConvertBack |
Converts a value from a binding target for writing to a binding source.
|
Properties
| Name | Description | |
|---|---|---|
| XFactor |
Gets or sets how far across the Rect the point is in the X direction, as a fraction
of the width.
| |
| XOffset |
Gets or sets an amount which is added to the X coordinate of the point.
| |
| YFactor |
Gets or sets how far across the Rect the point is in the Y direction, as a fraction
of the height.
| |
| YOffset |
Gets or sets an amount which is added to the Y coordinate of the point.
|