C# Class AcTools.Processes.Showroom.BaseShotter

Inheritance: IDisposable
Show file Open project: gro-ove/actools

Public Properties

Property Type Description
AcRoot string
Filter string
Fxaa bool?
SkinIds string[]
UseBmp bool

Public Methods

Method Description
Dispose ( ) : void
ShotAll ( ) : void

Protected Methods

Method Description
BaseShotter ( ) : System
Prepare ( ) : void
Terminate ( ) : void

Private Methods

Method Description
OnKeyUp ( object sender, KeyEventArgs e ) : void

Method Details

BaseShotter() protected method

protected BaseShotter ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Prepare() protected method

protected Prepare ( ) : void
return void

ShotAll() public abstract method

public abstract ShotAll ( ) : void
return void

Terminate() protected abstract method

protected abstract Terminate ( ) : void
return void

Property Details

AcRoot public property

public string AcRoot
return string

Filter public property

public string Filter
return string

Fxaa public property

public bool? Fxaa
return bool?

SkinIds public property

public string[] SkinIds
return string[]

UseBmp public property

public bool UseBmp
return bool