'Declaration Public Function AppendAnchoredObject( _ ByVal width As System.Single, _ ByVal height As System.Single, _ ByVal wrapWithText As System.Boolean _ ) As AnchoredObject
public AnchoredObject AppendAnchoredObject( System.float width, System.float height, System.bool wrapWithText )
Parameters
- width
- The object's width.
- height
- The object's height.
- wrapWithText
- Indicates whether to wrap the object with text.
Return Value
The created AnchoredObject.