Ink - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Represents the collected strokes of ink within an ink space.
Тип Ink предоставляет следующие члены.
Конструкторы
Имя | Описание | |
---|---|---|
Ink | Initializes a new instance of the Ink class. |
В начало страницы
Методы
Имя | Описание | |
---|---|---|
AddStrokesAtRectangle | Specifies the known Strokes collection to insert into this Ink object at a specified rectangle. | |
CanPaste | Перегружен. Returns a value that indicates whether data (either on the Clipboard, or as an IDataObject) can be converted to an Ink object. | |
Clip | Removes the portions of a Stroke object or Strokes collection that are outside a given rectangle. | |
ClipboardCopy | Перегружен. Copies an Ink object or Strokes collection to the Clipboard. | |
ClipboardPaste | Перегружен. Pastes an IDataObject, either specified or from the Clipboard, to this Ink object. | |
Clone | Creates a copy of this Ink object. | |
CreateStroke | Перегружен. Creates a Stroke object from points or packet data. | |
CreateStrokes | Перегружен. Creates a Strokes collection for this Ink object. | |
DeleteStroke | Deletes a Stroke object from the Ink object. | |
DeleteStrokes | Перегружен. Deletes a Strokes collection from the Ink object. | |
Dispose | Перегружен. Releases resources used by the Ink object. | |
Equals | Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.) | |
ExtractStrokes | Перегружен. Extracts Stroke objects from the Ink object and returns a new Ink object containing the extracted Stroke objects. | |
Finalize | Frees the resources of the current Ink object before it is reclaimed by the garbage collector. (Переопределяет Object.Finalize().) | |
GetBoundingBox | Перегружен. Returns the bounding Rectangle that contains all of the Stroke objects in the Ink object. | |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) | |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) | |
HitTest | Перегружен. Returns the Strokes collection contained within the specified area. | |
Load | Populates a new Ink object with known binary data. | |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) | |
NearestPoint | Перегружен. Returns the Stroke object within the Ink object that is nearest to a known Point. | |
Save | Перегружен. Converts the Ink object to a specified format and returns the binary data in a Byte array. | |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Поля
Имя | Описание | |
---|---|---|
InkSerializedFormat | Returns a string that contains the name of the format for ink serialized format (ISF) for querying the Clipboard. |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
CustomStrokes | Gets the CustomStrokes collection to be persisted with the ink. | |
Dirty | Gets or sets the value that indicates whether an Ink object has been modified since the last time the ink was saved. | |
ExtendedProperties | Gets the collection of application-defined data. | |
Strokes | Gets a copy of the Strokes collection contained in the Ink object. |
В начало страницы
События
Имя | Описание | |
---|---|---|
InkAdded | Occurs when a Stroke object is added to the Ink object. | |
InkDeleted | Occurs when a Stroke object is deleted from the Ink object. |
В начало страницы
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICloneable.Clone |
В начало страницы