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

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

    Parameters

    anchorPoint
    The referenced AnchorPoint.
    offset
    An increment to the position of anchorPoint.

    Return Value

    New constraint just added.
    See Also