public interface ILocation : IModel,
ICloneable, ITypeIdentifier, ICloneable<ILocation>, ICoping<ILocation>
Public Interface ILocation
Inherits IModel, ICloneable, ITypeIdentifier, ICloneable(Of ILocation),
ICoping(Of ILocation)
public interface class ILocation : IModel,
ICloneable, ITypeIdentifier, ICloneable<ILocation^>, ICoping<ILocation^>
type ILocation =
interface
interface IModel
interface ICloneable
interface ITypeIdentifier
interface ICloneable<ILocation>
interface ICoping<ILocation>
end
TypeId |
Gets or sets Идентификатор типа
(Унаследован от ITypeIdentifier) |
ZOrder | Gets or sets Индекс элемента по оси-z |
Clone | Creates a new object that is a copy of the current instance. (Унаследован от ICloneable) |
CopyTo |
Клонирует данные объекта реализующего
интерфейс в объект target (Унаследован от ICopingT) |