[]
Sets the transformation matrix relative to other LayoutView.
public void SetRelativeTransform(LayoutView baseView, Matrix relativeTransform)
Public Sub SetRelativeTransform(baseView As LayoutView, relativeTransform As Matrix)
| Type | Name | Description |
|---|---|---|
| LayoutView | baseView | A LayoutView to be used as the base for relative transformation. |
| Matrix | relativeTransform | The transformation matrix relative to the |