CompassPlugInData Structure

CVB.Net Documentation
Plugin Data structure for the Compass plugin.

Namespace:  Stemmer.Cvb.Forms.Overlays.PluginData
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public struct CompassPlugInData

The CompassPlugInData type exposes the following members.

Constructors

  NameDescription
Public methodCompassPlugInData
Creates an instance of this plugin data structure.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Remarks

Like all OverlayPlugin data structures in the namespace Stemmer.Cvb.Overlays.PluginData this structure is only intended for internal use (even though it has been marked public for the sake of a more straightforward implementation) and should not be accessed in an actual application.
See Also

Reference