[]
Represents a Layer with an associated LayoutView object and transformation.
public class View : Layer
Public Class View
Inherits Layer
Name | Description |
---|---|
Height | Gets the height of the associated LayoutView. |
LayoutView | Gets the associated LayoutView object. |
Transform | Gets the transformation matrix of the current View. |
Width | Gets the width of the associated LayoutView. |
Name | Description |
---|---|
Detach() | |
GetSpace(int) | |
ResetTransform() | Resets the transformation matrix to the base View transformation or to Identity. |
Rotate(float) | Applies a rotation transformation. |
Scale(float) | Applies a scaling transformation. |
Scale(float, float) | Applies a scaling transformation. |
SetTransform(Matrix) | Assigns a transformation matrix to this View relative to the Surface or the base View. |
Skew(float, float) | Applies a skew transformation. |
Translate(float, float) | Applies a translation transformation. |