Click or drag to resize

imbMathExtensionstoVector Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Transforms direction to vector

Namespace:  imbSCI.Core.reporting.geometrics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static selectRange toVector(
	this textCursorZoneCorner direction,
	int force = 1,
	selectRange vector = null
)
Request Example View Source

Parameters

direction
Type: imbSCI.Core.reporting.zonetextCursorZoneCorner
The direction.
force (Optional)
Type: SystemInt32
The force.
vector (Optional)
Type: imbSCI.Core.reporting.zoneselectRange
The vector.

Return Value

Type: selectRange

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type textCursorZoneCorner. 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