Class GuideImage
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GuideImage
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GuideImage : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
DistanceFromLeftToOrigin
Measurement: ShortLength
Declaration
public double DistanceFromLeftToOrigin { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DistanceFromTopToCentre
Measurement: ShortLength
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
Measurement: ShortLength
Declaration
public double ImageHeight { get; }
Property Value
Type | Description |
---|---|
System.Double |
ImageWidth
Measurement: ShortLength
Declaration
public double ImageWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Transparency
Measurement: Percentage
Declaration
public double Transparency { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>