Class HotspotShapeRectangle
- Namespace
- InSite.Domain.Banks
- Assembly
- Shift.Sdk.dll
public sealed class HotspotShapeRectangle : HotspotShape
- Inheritance
-
HotspotShapeRectangle
- Inherited Members
-
- Extension Methods
-
Constructors
HotspotShapeRectangle(int, int, int, int)
public HotspotShapeRectangle(int x, int y, int width, int height)
Parameters
x int
y int
width int
height int
HotspotShapeRectangle(string)
public HotspotShapeRectangle(string value)
Parameters
value string
Fields
ShapeID
public const string ShapeID = "RECTANGLE"
Field Value
- string
_height
Field Value
- int
_y
Field Value
- int
Properties
Height
public int Height { get; set; }
Property Value
- int
Width
public int Width { get; set; }
Property Value
- int
X
public int X { get; set; }
Property Value
- int
Y
public int Y { get; set; }
Property Value
- int
Methods
Clone()
public override HotspotShape Clone()
Returns
- HotspotShape
CopyTo(HotspotShape)
public override void CopyTo(HotspotShape other)
Parameters
other HotspotShape
IsEqual(HotspotShape)
public override bool IsEqual(HotspotShape other)
Parameters
other HotspotShape
Returns
- bool
IsPointInside(int, int)
public override bool IsPointInside(int x, int y)
Parameters
x int
y int
Returns
- bool
Read(string)
public override void Read(string value)
Parameters
value string
Resize(ResizeEventArgs)
public override void Resize(HotspotImage.ResizeEventArgs args)
Parameters
args HotspotImage.ResizeEventArgs
ToString()
public override string ToString()
Returns
- string