ReportHelperCreateOverviewBitmap Method

Definition

Namespace: PCBI_API_Extensions.Reports.Helper
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static Bitmap CreateOverviewBitmap(
	IPCBIWindow parent,
	IStep step,
	Size ImageSize,
	out RectangleF bmpRectWorld,
	bool showBottomSide = false,
	bool mirrorHorizontal = false
)

Parameters

parent  IPCBIWindow
 
step  IStep
 
ImageSize  Size
 
bmpRectWorld  RectangleF
 
showBottomSide  Boolean  (Optional)
 
mirrorHorizontal  Boolean  (Optional)
 

Return Value

Bitmap

See Also