Click or drag to resize

diaShapeAspectRatio Constructor (diaShapeAspectRatioEnum, Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the diaShapeAspectRatio class.

Namespace:  imbSCI.Graph.DiagramLibraries.DiaShape
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public diaShapeAspectRatio(
	diaShapeAspectRatioEnum _type,
	int _min = 0,
	int _max = 0
)
Request Example View Source

Parameters

_type
Type: imbSCI.Graph.DiagramLibraries.DiaShapediaShapeAspectRatioEnum
The type.
_min (Optional)
Type: SystemInt32
The minimum.
_max (Optional)
Type: SystemInt32
The maximum.
See Also