[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.AnchorPoint

AnchorPoint Class

Represents a point to be used as an anchor.

Inheritance
AnchorPoint
Namespace: GrapeCity.Documents.Layout
Assembly: DS.Documents.Imaging.dll
Syntax
public class AnchorPoint
Public Class AnchorPoint

Properties

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.

Methods

Name Description
MapToRect(LayoutRect)

Transforms the location of AnchorPoint to the coordinate system of the targetRect.

MapToView(LayoutView)

Transforms the location of AnchorPoint to another view's coordinates.