Click or drag to resize

SVGToolsGetRectangle Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the rectangle.

Namespace:  imbSCI.Graph.Graphics.HeatMap
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static SvgRectangle GetRectangle(
	this cursorZoneSpatialSettings format,
	int xStart,
	int yStart,
	Color color,
	float Opacity = 0.5f,
	double scaleFactor = 1
)
Request Example View Source

Parameters

format
Type: imbSCI.Core.reporting.zonecursorZoneSpatialSettings
The format.
xStart
Type: SystemInt32
The x start.
yStart
Type: SystemInt32
The y start.
color
Type: System.DrawingColor
The color.
Opacity (Optional)
Type: SystemSingle
The opacity.
scaleFactor (Optional)
Type: SystemDouble
The scale factor.

Return Value

Type: SvgRectangle

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type cursorZoneSpatialSettings. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also