Interface IGPoint
The public interface for GPoint
[DefaultImplementationType(typeof(GPoint))]
[XmlDefaultImplementationType(typeof(GPoint))]
[ModelRepresentationClass("http://www.eclipse.org/glsp/notation#//GPoint")]
public interface IGPoint : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
X
The x property
[XmlElementName("x")]
[XmlAttribute(true)]
double X { get; set; }
Property Value
Y
The y property
[XmlElementName("y")]
[XmlAttribute(true)]
double Y { get; set; }