Spread for ASP.NET 7.0 Product Documentation
ProcessMargin(RectangleF,Inset,Single) Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > BaseCellType Class > ProcessMargin Method : ProcessMargin(RectangleF,Inset,Single) Method


rect
The rectangle.
margin
The margin.
zoomFactor
The zoom factor.

Glossary Item Box

Processes the margin.

Syntax

Visual Basic (Declaration) 
Protected Overloads Function ProcessMargin( _
   ByVal rect As RectangleF, _
   ByVal margin As Inset, _
   ByVal zoomFactor As Single _
) As RectangleF
Visual Basic (Usage)Copy Code
Dim instance As BaseCellType
Dim rect As RectangleF
Dim margin As Inset
Dim zoomFactor As Single
Dim value As RectangleF
 
value = instance.ProcessMargin(rect, margin, zoomFactor)
C# 
protected RectangleF ProcessMargin( 
   RectangleF rect,
   Inset margin,
   float zoomFactor
)

Parameters

rect
The rectangle.
margin
The margin.
zoomFactor
The zoom factor.

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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.