Click or drag to resize

StiActionUtilsPointInRect Method (Int32, Int32, Int32, Rectangle, Rectangle, Boolean, Boolean)

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

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static StiAction PointInRect(
	int size,
	int x,
	int y,
	Rectangle sizeRect,
	Rectangle selectRect,
	bool isSelected,
	bool locked
)

Parameters

size
Type: SystemInt32

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

x
Type: SystemInt32

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

y
Type: SystemInt32

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

sizeRect
Type: System.DrawingRectangle

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

selectRect
Type: System.DrawingRectangle

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

isSelected
Type: SystemBoolean

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

locked
Type: SystemBoolean

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

Return Value

Type: StiAction

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

See Also