Membres StrokeCollection
.NET Framework 3.0
Represents a collection of Stroke objects.
Les tableaux suivants listent les membres exposés par le type StrokeCollection .
| Nom | Description | |
|---|---|---|
| StrokeCollection | Surchargé. Initializes a new instance of the StrokeCollection class. |
(voir aussi
Propriétés protégées
)
Début
| Nom | Description | |
|---|---|---|
| Count | Obtient le nombre d'éléments réellement contenus dans Collection.(hérité de Collection) |
| Item | Obtient ou définit l'élément situé à l'index spécifié.(hérité de Collection) |
(voir aussi
Méthodes protégées
)
Début
| Nom | Description | |
|---|---|---|
| Add | Surchargé. Adds a Stroke to the collection. |
| AddPropertyData | Adds a custom property to the StrokeCollection. |
| Clear | Supprime tous les éléments de Collection. (hérité de Collection) |
| Clip | Surchargé. Removes all strokes in the StrokeCollection that are outside the specified bounds. |
| Clone | Copies the StrokeCollection. |
| Contains | Détermine si un élément est dans Collection. (hérité de Collection) |
| ContainsPropertyData | Returns whether the specified custom property identifier is in the StrokeCollection. |
| CopyTo | Copie l'ensemble du Collection vers un Array unidimensionnel compatible, en commençant à l'index spécifié du tableau cible. (hérité de Collection) |
| Draw | Draws the strokes in the StrokeCollection. |
| Equals | Surchargé. Détermine si deux instances de Object sont égales. (hérité de Object) |
| Erase | Surchargé. Removes the ink that is within the bounds of the specified area. |
| GetBounds | Returns the bounds of the strokes in the collection. |
| GetEnumerator | Retourne un énumérateur qui parcourt Collection. (hérité de Collection) |
| GetHashCode | Sert de fonction de hachage pour un type particulier. (hérité de Object) |
| GetIncrementalLassoHitTester | Creates an IncrementalLassoHitTester that hit tests the StrokeCollection with a lasso path. |
| GetIncrementalStrokeHitTester | Creates an IncrementalStrokeHitTester that hit tests the StrokeCollection with an erasing path. |
| GetPropertyData | Returns the value of the custom property associated with the specified Guid. |
| GetPropertyDataIds | Returns the GUIDs of any custom properties associated with the StrokeCollection. |
| GetType | Obtient le Type de l'instance actuelle. (hérité de Object) |
| HitTest | Surchargé. Returns the ink contained within the specified area. |
| IndexOf | Surchargé. Returns the index of the specified item in the StrokeCollection. |
| Insert | Insère un élément dans Collection à l'index spécifié. (hérité de Collection) |
| ReferenceEquals | Détermine si les instances de Object spécifiées sont identiques. (hérité de Object) |
| Remove | Surchargé. Removes a Stroke from the collection. |
| RemoveAt | Supprime l'élément au niveau de l'index spécifié de Collection. (hérité de Collection) |
| RemovePropertyData | Removes the custom property associated with the specified Guid. |
| Replace | Surchargé. Replaces the strokes in the collection. |
| Save | Surchargé. Saves the StrokeCollection. |
| ToString | Retourne un String qui représente le Object en cours. (hérité de Object) |
| Transform | Modifies each of the StylusPoints and optionally the StylusTipTransform for each stroke in the StrokeCollection according to the specified Matrix. |
| Nom | Description | |
|---|---|---|
| ClearItems | Substitué. Clears all strokes from the StrokeCollection. |
| Finalize | Autorise Object à tenter de libérer des ressources et d'exécuter d'autres opérations de nettoyage avant que Object soit récupéré par l'opération garbage collection. (hérité de Object) |
| InsertItem | Surchargé. Inserts an item into the StrokeCollection at the specified index. |
| MemberwiseClone | Crée une copie superficielle de l'objet Object en cours. (hérité de Object) |
| OnPropertyChanged | Occurs when any StrokeCollection property changes. |
| OnPropertyDataChanged | Raises the PropertyDataChanged event. |
| OnStrokesChanged | Raises the StrokesChanged event. |
| RemoveItem | Substitué. Removes the stroke at the specified index from the StrokeCollection. |
| SetItem | Surchargé. Replaces the object at the specified index. |
| Nom | Description | |
|---|---|---|
| PropertyDataChanged | Occurs when custom property is added or removed from the StrokeCollection. |
| StrokesChanged | Occurs when a Stroke in the collection changes. |
| Nom | Description | |
|---|---|---|
| System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged | Occurs when the StrokeCollection changes. |
| System.ComponentModel.INotifyPropertyChanged.PropertyChanged | Occurs when the value of any StrokeCollection property has changed. |