AreaResult(RectangleF, Bitmap, Boolean) Constructor

Initializes a new instance of the AreaResult class

Definition

Namespace: PCBI_API_Extensions.SharedReports
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public AreaResult(
	RectangleF area,
	Bitmap image,
	bool inMils
)

Parameters

area  RectangleF
 
image  Bitmap
 
inMils  Boolean
 

See Also