[]
Represents a point to be used as an anchor.
public class AnchorPoint
Public Class AnchorPoint
Name | Description |
---|---|
HeightFactor | Gets or sets the value to be multiplied by Height before adding to the position of the Rect's top side. |
LeftOffset | Gets or sets the value to be added to the position of the Rect's left side. |
Location | Gets the coordinates of the point relative to the owner LayoutView. |
Rect | Gets the owner LayoutRect object. |
TopOffset | Gets or sets the value to be added to the position of the Rect's top side. |
Transform | Gets the transformation matrix of the AnchorPoint taking into account the owner LayoutView transformation and the current position of the point. |
TransformedLocation | Gets the coordinates of the point relative to the LayoutHost. |
View | Gets the owner LayoutView object. |
WidthFactor | Gets or sets the value to be multiplied by Width before adding to the position of the Rect's left side. |
Name | Description |
---|---|
MapToRect(LayoutRect) | Transforms the location of AnchorPoint to the coordinate system of the |
MapToView(LayoutView) | Transforms the location of AnchorPoint to another view's coordinates. |