PagesOptionsDrawBackground Method
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public void DrawBackground(
int pageNum,
IGraphics g,
RectangleF printingRect,
RectangleF fullRect,
bool export
)
Public Sub DrawBackground (
pageNum As Integer,
g As IGraphics,
printingRect As RectangleF,
fullRect As RectangleF,
export As Boolean
)
public:
void DrawBackground(
int pageNum,
IGraphics^ g,
RectangleF printingRect,
RectangleF fullRect,
bool export
)
member DrawBackground :
pageNum : int *
g : IGraphics *
printingRect : RectangleF *
fullRect : RectangleF *
export : bool -> unit
Parameters
- pageNum Int32
-
- g IGraphics
-
- printingRect RectangleF
-
- fullRect RectangleF
-
- export Boolean
-