Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSContainer Class / PrintElements Method / PrintElements(Graphics,Rectangle) Method
Graphics device interface
Rectangle that bounds the container


In This Topic
PrintElements(Graphics,Rectangle) Method
In This Topic
Prints the object container.
Syntax
'Declaration
 
Protected Overloads Overridable Sub PrintElements( _
   ByVal g As Graphics, _
   ByVal faceRect As Rectangle _
) 
 
'Usage
 
Dim instance As PSContainer
Dim g As Graphics
Dim faceRect As Rectangle
 
instance.PrintElements(g, faceRect)

Parameters

g
Graphics device interface
faceRect
Rectangle that bounds the container
See Also