Spread for ASP.NET 8.0 Product Documentation
ProcessMargin(RectangleF,Inset) Method


The rectangle.
The margin.
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

BaseCellType Class
BaseCellType Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.