Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BaseCellType Class / ProcessMargin Method / ProcessMargin(RectangleF,Inset) Method
The rectangle.
The margin.


In This Topic
    ProcessMargin(RectangleF,Inset) Method
    In This Topic
    Processes the margin.
    Syntax
    'Declaration
     
    
    Protected Overloads Function ProcessMargin( _
       ByVal rect As RectangleF, _
       ByVal margin As Inset _
    ) As RectangleF
    'Usage
     
    
    Dim instance As BaseCellType
    Dim rect As RectangleF
    Dim margin As Inset
    Dim value As RectangleF
     
    value = instance.ProcessMargin(rect, margin)
    protected RectangleF ProcessMargin( 
       RectangleF rect,
       Inset margin
    )

    Parameters

    rect
    The rectangle.
    margin
    The margin.
    See Also