C# Class Scaleform.SFCxForm

Inheritance: System.Object
Show file Open project: noahfreedman/Stereoscopic_Scatterplot Class Usage Examples

Public Properties

Property Type Description
M System.IntPtr

Public Methods

Method Description
GetElem ( int idx ) : Double
Print ( ) : void
SFCxForm ( ) : System
SFCxForm ( Color color ) : System
SetColor ( Color color ) : void
SetElem ( int idx, Double val ) : bool

Method Details

GetElem() public method

public GetElem ( int idx ) : Double
idx int
return Double

Print() public method

public Print ( ) : void
return void

SFCxForm() public method

public SFCxForm ( ) : System
return System

SFCxForm() public method

public SFCxForm ( Color color ) : System
color Color
return System

SetColor() public method

public SetColor ( Color color ) : void
color Color
return void

SetElem() public method

public SetElem ( int idx, Double val ) : bool
idx int
val Double
return bool

Property Details

M public property

public IntPtr,System M
return System.IntPtr