Click or drag to resize

imbMathExtensionsmoveInnerByVector Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Moves the resulting inner box by vector. X affects left-right, Y affects top-bottom

Namespace:  imbSCI.Core.reporting.geometrics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static void moveInnerByVector(
	this fourSideSetting padding,
	selectRange vector
)
Request Example View Source

Parameters

padding
Type: imbSCI.Core.reporting.geometricsfourSideSetting
The fourSideSetting i.e. padding
vector
Type: imbSCI.Core.reporting.zoneselectRange
The vector.

Usage Note

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