OverlayPluginInfo Structure

CVB.Net Documentation
Object gathering all relevant information about an installed overlay plugin.

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

public struct OverlayPluginInfo : IComparable<OverlayPluginInfo>

The OverlayPluginInfo type exposes the following members.

Methods

  NameDescription
Public methodCompareTo(Object)
IComparable implementation
Public methodCompareTo(OverlayPluginInfo)
IComparable implementation
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
Fields

  NameDescription
Public fieldDefinitionVertices
Number of vertices that are necessary to define the overlay plugin's appearance
Public fieldStatic memberEmpty
The null element
Public fieldInteractionVertices
Number of vertices that are being used for user interaction
Public fieldName
The "friendly-name" of the plugin.
Top
See Also

Reference