Click or drag to resize

imbMathExtensionsmoveTopLeftByVector Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Affects Top and Left values of four side settings

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

Parameters

padding
Type: imbSCI.Core.reporting.geometricsfourSideSetting
The fourSideSetting i.e. padding
vector
Type: imbSCI.Core.reporting.zoneselectRange
The vector.
isRelative (Optional)
Type: SystemBoolean

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