DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / AnchorPoint Class
Properties Methods

AnchorPoint Class Members

The following tables list the members exposed by AnchorPoint.

Public Properties
 NameDescription
Public PropertyGets or sets the value to be multiplied by LayoutRect.Height before adding to the position of the Rect's top side.  
Public PropertyGets or sets the value to be added to the position of the Rect's left side.  
Public PropertyGets the coordinates of the point relative to the owner LayoutView.  
Public PropertyGets the owner LayoutRect object.  
Public PropertyGets or sets the value to be added to the position of the Rect's top side.  
Public PropertyGets the transformation matrix of the AnchorPoint taking into account the owner LayoutView transformation and the current position of the point.  
Public PropertyGets the coordinates of the point relative to the LayoutHost.  
Public PropertyGets the owner LayoutView object.  
Public PropertyGets or sets the value to be multiplied by LayoutRect.Width before adding to the position of the Rect's left side.  
Top
Public Methods
 NameDescription
Public MethodTransforms the location of AnchorPoint to the coordinate system of the targetRect.  
Public MethodTransforms the location of AnchorPoint to another view's coordinates.  
Top
See Also