The Transform Property supports WPF/Silverlight.
The Transform Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets the object current transformation matrix. Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
ReadOnly Property Transform As Matrix | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IAnnObject Dim value As Matrix value = instance.Transform | |
| C# | |
|---|---|
Matrix Transform {get;} | |
Property Value
A System.Windows.Media.Matrix value that specifies the current object transformation matrix.Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code