Click or drag to resize

StiAlignHelperAlignToGrid Method (Rectangle, Int32, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiAlignHelper.AlignToGrid(System.Drawing.Rectangle,System.Int32,System.Boolean)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static Rectangle AlignToGrid(
	Rectangle rect,
	int gridSize,
	bool aligningToGrid
)

Parameters

rect
Type: System.DrawingRectangle

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Drawing.StiAlignHelper.AlignToGrid(System.Drawing.Rectangle,System.Int32,System.Boolean)"]

gridSize
Type: SystemInt32

[Missing <param name="gridSize"/> documentation for "M:Stimulsoft.Base.Drawing.StiAlignHelper.AlignToGrid(System.Drawing.Rectangle,System.Int32,System.Boolean)"]

aligningToGrid
Type: SystemBoolean

[Missing <param name="aligningToGrid"/> documentation for "M:Stimulsoft.Base.Drawing.StiAlignHelper.AlignToGrid(System.Drawing.Rectangle,System.Int32,System.Boolean)"]

Return Value

Type: Rectangle

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.StiAlignHelper.AlignToGrid(System.Drawing.Rectangle,System.Int32,System.Boolean)"]

See Also