public class PatternedLine : INotifyPropertyChangedPublic Class PatternedLine
Implements INotifyPropertyChanged| PatternedLine | Initializes a new instance of PatternedLine class. |
| PatternedLine(Boolean) | Initializes a new instance of PatternedLine class. |
| LinePattern | Gets or sets the line pattern array, which represents the pixels of te pattern (true - draw pixel, false - skip). |
| NextPatternIndex | Gets or sets the index of the next pixel within the pattern array. |
| DrawPatternLine | Draws a patterned line. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetPointCount | Gets the number of pixels on line, calculated by Bresenham's algorithm. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnPropertyChanged | Called when value of property is changed. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| PropertyChanged | Raised whenever a value of a property changes. |