C# Class AcTools.Processes.Showroom.BaseShotter

Inheritance: IDisposable
Mostra 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_oe property

public string AcRoot
return string

Filter public_oe property

public string Filter
return string

Fxaa public_oe property

public bool? Fxaa
return bool?

SkinIds public_oe property

public string[] SkinIds
return string[]

UseBmp public_oe property

public bool UseBmp
return bool