Class GuideImage
Inheritance
System.Object
GuideImage
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class GuideImage : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
DistanceFromLeftToOrigin
Declaration
public double DistanceFromLeftToOrigin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DistanceFromTopToCentre
Declaration
public double DistanceFromTopToCentre { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Image
Declaration
public SMTBitmap Image { get; set; }
Property Value
| Type |
Description |
| SMT.MastaAPIUtility.Scripting.SMTBitmap |
|
ImageHeight
Declaration
public double ImageHeight { get; }
Property Value
| Type |
Description |
| System.Double |
|
ImageWidth
Declaration
public double ImageWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Transparency
Declaration
public double Transparency { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods