MindFusion.Mapping Programmer's Guide

XamlTransform Members

Constructors Methods
 


Represents a geometrical transform used to convert world coordinates to screen coordinates.

The following tables list the members exposed by the XamlTransform type.

 Public Constructors

  Name Description

XamlTransform

Initializes a new instance of the XamlTransform class.

 Public Methods

  Name Description

DeviceToWorld

Converts a point from screen to world coordinates.

WorldToDevice

Converts a point from world to screen coordinates.

 See Also