StkPatternFile Methods |
The StkPatternFile type exposes the following members.
Name | Description | |
---|---|---|
CreateCustomSensorPattern |
Creates a CustomSensorPattern from the pattern data held by this instance in radians.
| |
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.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadFrom(String) |
Reads an STK pattern (.pattern) file from a specified file. See the
Remarks section of the
documentation of ReadFrom(TextReader, StkPatternFileOptions) for detailed information.
| |
ReadFrom(TextReader) |
Reads an STK pattern (.pattern) file from a TextReader. The
TextReader can be a StreamReader for reading
from a file, a StringReader for reading from a string,
or any number of other types. See the Remarks section of the
documentation of ReadFrom(TextReader, StkPatternFileOptions) for detailed information.
| |
ReadFrom(String, StkPatternFileOptions) |
Reads an STK pattern (.pattern) file from a file. See the
Remarks section of the
documentation of ReadFrom(TextReader, StkPatternFileOptions) for detailed information.
| |
ReadFrom(TextReader, StkPatternFileOptions) |
Reads an STK pattern (.pattern) file from a TextReader. The
TextReader can be a StreamReader for reading
from a file, a StringReader for reading from a string,
or any number of other types. See the
Remarks section for more information.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WriteTo |
Writes this instance to a TextWriter in the STK pattern file (.pattern) format.
The TextWriter can be a StreamWriter for writing to a file,
a StringWriter for writing to a string, or any number of other types.
|