mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 07:56:07 +02:00
US 1889327: Updated H2 and column headers. (#1326)
* Updated H2 and column headers. * Metadata update. * Minor edits. * Apply suggestions from code review Co-authored-by: Andy (Steve) De George <[email protected]>
This commit is contained in:
co-authored by
Andy De George
parent
6d665a13bd
commit
692293bda8
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "Transforms Overview"
|
||||
description: Learn about the transformations.
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
helpviewer_keywords:
|
||||
- "transformations [WPF], about transformations"
|
||||
- "classes [WPF], 2D transform"
|
||||
@@ -27,8 +29,8 @@ This topic describes how to use the 2D <xref:System.Windows.Media.Transform> cla
|
||||
|
||||
### A 2D transformation matrix
|
||||
|
||||
||||
|
||||
|-|-|-|
|
||||
| X-axis| Y-axis| Affine transformation |
|
||||
|-------|-------|-----------------------|
|
||||
|<xref:System.Windows.Media.Matrix.M11%2A><br /><br /> Default: 1.0|<xref:System.Windows.Media.Matrix.M12%2A><br /><br /> Default: 0.0|0.0|
|
||||
|<xref:System.Windows.Media.Matrix.M21%2A><br /><br /> Default: 0.0|<xref:System.Windows.Media.Matrix.M22%2A><br /><br /> Default: 1.0|0.0|
|
||||
|<xref:System.Windows.Media.Matrix.OffsetX%2A><br /><br /> Default: 0.0|<xref:System.Windows.Media.Matrix.OffsetY%2A><br /><br /> Default: 0.0|1.0|
|
||||
|
||||
Reference in New Issue
Block a user