'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.