Click or drag to resize

StiActionUtilsPointInRect Method (Double, Double, Double, RectangleD, RectangleD, Boolean, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiActionUtils.PointInRect(System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Base.Drawing.RectangleD,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(
	double size,
	double x,
	double y,
	RectangleD sizeRect,
	RectangleD selectRect,
	bool isSelected,
	bool locked
)

Parameters

size
Type: SystemDouble

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

x
Type: SystemDouble

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

y
Type: SystemDouble

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

sizeRect
Type: Stimulsoft.Base.DrawingRectangleD

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

selectRect
Type: Stimulsoft.Base.DrawingRectangleD

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

isSelected
Type: SystemBoolean

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

locked
Type: SystemBoolean

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

Return Value

Type: StiAction

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

See Also