oevislib_net  0.14.3.0
Loading...
Searching...
No Matches
oevislib_net.DrawingStyle Class Reference

Defines the style of objects to be drawn on an image. More...

Inheritance diagram for oevislib_net.DrawingStyle:

Public Member Functions

 DrawingStyle ()
 Constructs a new DrawingStyle object with default values.
 DrawingStyle (int inThickness, bool inFilled)
 Creates a new DrawingStyle object.
override object Clone ()

Properties

int Thickness = 3 [get, set]
bool Filled = false [get, set]

Detailed Description

Defines the style of objects to be drawn on an image.

Constructor & Destructor Documentation

◆ DrawingStyle() [1/2]

oevislib_net.DrawingStyle.DrawingStyle ( )
inline

Constructs a new DrawingStyle object with default values.

◆ DrawingStyle() [2/2]

oevislib_net.DrawingStyle.DrawingStyle ( int inThickness,
bool inFilled )
inline

Creates a new DrawingStyle object.

Parameters
inThicknessLine thickness. Range: [1, +inf).
inFilledWhether to fill the object or not.