Class PattResourceData
PattResourceData class
The class to store the pattern data for PattResource resource.
public sealed class PattResourceData
Constructors
Properties
| Name | Description |
|---|
| Height { get; } | Gets the height. |
| ImageMode { get; } | Gets the image mode. |
| Length { get; } | Gets the length of the pattern. |
| Name { get; set; } | Gets or sets the name. |
| PatternData { get; } | Gets the pattern data. |
| PatternId { get; set; } | Gets or sets the pattern identifier. |
| Version { get; } | Gets the version. |
| Width { get; } | Gets the width. |
Methods
| Name | Description |
|---|
| Save(StreamContainer) | Saves the pattern data. |
| SetPattern(int[], Rectangle) | Sets the pattern. |
See Also