Method | Description | |
---|---|---|
Flash ( this graphic ) : void | ||
Flash ( this graphic, double milliseconds, int repeat ) : void | ||
GetClick ( this graphic ) : IObservable |
||
GetDoubleClick ( this graphic ) : IObservable |
||
GetDoubleClick ( this graphic, int millisecondsBetweenClick ) : IObservable |
||
MakeDraggable ( this graphic, Map map ) : IDisposable |
public static Flash ( this graphic, double milliseconds, int repeat ) : void | ||
graphic | this | |
milliseconds | double | |
repeat | int | |
return | void |
public static GetClick ( this graphic ) : IObservable |
||
graphic | this | |
return | IObservable |
public static GetDoubleClick ( this graphic ) : IObservable |
||
graphic | this | |
return | IObservable |
public static GetDoubleClick ( this graphic, int millisecondsBetweenClick ) : IObservable |
||
graphic | this | |
millisecondsBetweenClick | int | |
return | IObservable |
public static MakeDraggable ( this graphic, Map map ) : IDisposable | ||
graphic | this | |
map | Map | |
return | IDisposable |