AnchorDeflate(LayoutRect,Single,Single,Single,Single) Method
In This Topic
Deflates a
LayoutRect relative to .
Syntax
'Declaration
Public Overloads Sub AnchorDeflate( _
ByVal As LayoutRect, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
)
public void AnchorDeflate(
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.
- deflateLeft
- The amount to deflate the left bound relative to .
- deflateTop
- The amount to deflate the top bound relative to .
- deflateRight
- The amount to deflate the left and right bounds relative to .
- deflateBottom
- The amount to deflate the top and bottom bounds relative to .
See Also