AnchorInflate(LayoutRect,Single,Single,Single,Single) Method
In This Topic
Inflates a
LayoutRect relative to .
Syntax
'Declaration
Public Overloads Sub AnchorInflate( _
ByVal As LayoutRect, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
)
public void AnchorInflate(
LayoutRect ,
System.float ,
System.float ,
System.float ,
System.float
)
Parameters
- anchorRect
- The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.
- inflateLeft
- The amount to inflate the left bound relative to .
- inflateTop
- The amount to inflate the top bound relative to .
- inflateRight
- The amount to inflate the left and right bounds relative to .
- inflateBottom
- The amount to inflate the top and bottom bounds relative to .
See Also