Метод | Описание | |
---|---|---|
TransformClientToDescendant ( this presentationSource, |
Convert a point from "client" coordinate space of a window into the coordinate space of the specified element of the same window.
|
|
TransformClientToRoot ( this presentationSource, |
Convert a point from "client" coordinate space of a window into the coordinate space of the root element of the same window.
|
|
TransformDescendantToClient ( this presentationSource, |
Convert a point from the coordinate space of the specified element into the "client" coordinate space of the window.
|
|
TransformRootToClient ( this presentationSource, |
Convert a point from the coordinate space of the root element into the "client" coordinate space of the same window.
|
Метод | Описание | |
---|---|---|
ApplyVisualTransform ( Visual v, |
Convert a point from "above" the coordinate space of a visual into the the coordinate space "below" the visual.
|
|
GetVisualTransform ( Visual v ) : System.Windows.Media.Matrix |
Gets the matrix that will convert a point from "above" the coordinate space of a visual into the the coordinate space "below" the visual.
|
public static TransformClientToDescendant ( this presentationSource, |
||
presentationSource | this | |
point | ||
descendant | Visual | |
Результат |
public static TransformClientToRoot ( this presentationSource, |
||
presentationSource | this | |
pt | ||
Результат |
public static TransformDescendantToClient ( this presentationSource, |
||
presentationSource | this | |
point | ||
descendant | Visual | |
Результат |
public static TransformRootToClient ( this presentationSource, |
||
presentationSource | this | |
pt | ||
Результат |