Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AppendPositionConstraint Method / AppendPositionConstraint(TargetParam,AnchorPoint,Single) Method
The target parameter of the current LayoutRect.
The referenced AnchorPoint.
An increment to the position of anchorPoint.

In This Topic
    AppendPositionConstraint(TargetParam,AnchorPoint,Single) Method
    In This Topic
    Adds a PositionConstraint relative to anchorPoint.
    Syntax
    'Declaration
     
    Public Overloads Function AppendPositionConstraint( _
       ByVal targetParam As TargetParam, _
       ByVal anchorPoint As AnchorPoint, _
       Optional ByVal offset As System.Single _
    ) As PositionConstraint
    public PositionConstraint AppendPositionConstraint( 
       TargetParam targetParam,
       AnchorPoint anchorPoint,
       System.float offset
    )

    Parameters

    targetParam
    The target parameter of the current LayoutRect.
    anchorPoint
    The referenced AnchorPoint.
    offset
    An increment to the position of anchorPoint.

    Return Value

    New constraint just added.
    See Also