AreaResult(RectangleF, Bitmap, Boolean) Constructor
Initializes a new instance of the
AreaResult class
Namespace: PCBI_API_Extensions.SharedReportsAssembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public AreaResult(
RectangleF area,
Bitmap image,
bool inMils
)
Public Sub New (
area As RectangleF,
image As Bitmap,
inMils As Boolean
)
public:
AreaResult(
RectangleF area,
Bitmap^ image,
bool inMils
)
new :
area : RectangleF *
image : Bitmap *
inMils : bool -> AreaResult
Parameters
- area RectangleF
-
- image Bitmap
-
- inMils Boolean
-