GaugePanelObjectCollectionBase<T>.CreateGaugePanelObject(Int32) Metodo

Definizione

Crea un oggetto pannello di misura a un indice specificato.

protected:
 abstract T CreateGaugePanelObject(int index);
protected abstract T CreateGaugePanelObject(int index);
abstract member CreateGaugePanelObject : int -> 'T
Protected MustOverride Function CreateGaugePanelObject (index As Integer) As T

Parametri

index
Int32

L'indice in cui verrà creato l'oggetto del pannello di misura.

Valori restituiti

T

L'oggetto crea pannello di misura.

Si applica a