Click or drag to resize

StkPatternFile Methods

The StkPatternFile type exposes the following members.

Methods
  NameDescription
Public methodCreateCustomSensorPattern
Creates a CustomSensorPattern from the pattern data held by this instance in radians.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadFrom(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.
Public methodStatic memberReadFrom(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.
Public methodStatic memberReadFrom(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.
Public methodStatic memberReadFrom(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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteTo
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.
Top
See Also