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


The rectangle.
The margin.
The zoom factor.
Processes the margin.
Syntax
'Declaration
 
Protected Overloads Function ProcessMargin( _
   ByVal rect As RectangleF, _
   ByVal margin As Inset, _
   ByVal zoomFactor As Single _
) As RectangleF
'Usage
 
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)
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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

BaseCellType Class
BaseCellType Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.