C# Class Recurity.Swf.TagHandler.DefineScalingGrid

Inheritance: AbstractTagHandler, Helper.ISwfCharacter
Mostrar archivo Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
DefineScalingGrid ( byte init ) : System
ToString ( ) : string

Converts the value of this instance to a System.String.

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( System output ) : void

Protected Methods

Method Description
Parse ( ) : void

Method Details

DefineScalingGrid() public method

public DefineScalingGrid ( byte init ) : System
init byte
return System

Parse() protected method

protected Parse ( ) : void
return void

ToString() public method

Converts the value of this instance to a System.String.
public ToString ( ) : string
return string

Verify() public method

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
return bool

Write() public method

public Write ( System output ) : void
output System
return void