The CogMisc type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AnyObjectHasChanged | Returns True if the HasChanged property of the parent object or any of its sub-objects is True. | |
| CheckSpaceNameSyntax | Returns true if given space name has valid syntax, returns false otherwise. If not valid syntax, an error message is provided. | |
| DegToRad | Convert degrees to radians. | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDefaultGraphicHandleSize | Gets the global default size (in screen pixels) for all interactive graphic handles. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetThumbnailImage | Returns a thumbnail version of the inputImage. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadShapeModelsFromCVLFile | Load a CogShapeModelCollection from a CVL archive. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RadToDeg | Convert radians to degrees. | |
| SaveShapeModelsToCVLFile | Save a shape model collection to a CVL archive. | |
| ScaleImage | Returns a scaled version of the inputImage. The dimensions of the returned image (in pixels) are specified by outputImageWidth and outputImageHeight. The scaling is performed using bilinear interpolation. | |
| SetDefaultGraphicHandleSize | ||
| ToString | (Inherited from Object.) | |
| VisionProCopyright | Returns a string containing the copyright dates for the installed release of VisionPro. | |
| VisionProReleaseNumber | Returns a string describing the installed release of VisionPro. |
See Also