C# Класс AnimationDeveloperSamples.frmCreateGraphicTrackOptions

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AnimationExtension IAnimationExtension
createTrackOptions ICreateGraphicTrackOptions
lineFeature IGeometry
lineGraphic ILineElement
pointGraphic IElement

Открытые методы

Метод Описание
RefreshPathSourceOptions ( ) : void
frmCreateGraphicTrackOptions ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
CheckTrackName ( IAGAnimationTracks pTracks, string name ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

buttonCancel_Click ( object sender, EventArgs e ) : void
buttonImport_Click ( object sender, EventArgs e ) : void
frmCreateGraphicTrackOptions_Load ( object sender, EventArgs e ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

RefreshPathSourceOptions() публичный Метод

public RefreshPathSourceOptions ( ) : void
Результат void

frmCreateGraphicTrackOptions() публичный Метод

public frmCreateGraphicTrackOptions ( ) : System
Результат System

Описание свойств

AnimationExtension публичное свойство

public IAnimationExtension AnimationExtension
Результат IAnimationExtension

createTrackOptions публичное свойство

public ICreateGraphicTrackOptions createTrackOptions
Результат ICreateGraphicTrackOptions

lineFeature публичное свойство

public IGeometry lineFeature
Результат IGeometry

lineGraphic публичное свойство

public ILineElement lineGraphic
Результат ILineElement

pointGraphic публичное свойство

public IElement pointGraphic
Результат IElement