Table of Contents

Interface IGPoint

Namespace
NMF.Glsp.Notation
Assembly
NMF.Glsp.dll

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

double

Y

The y property

[XmlElementName("y")]
[XmlAttribute(true)]
double Y { get; set; }

Property Value

double