C# Class NoiseTool.NoiseObject

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: MadoxLabs/NoiseTool Class Usage Examples

Méthodes publiques

Свойство Type Description
LinkTips Tips
Range string
mGradient GradientDef
mLocalGradient bool
mName string
mType int

Protected Properties

Свойство Type Description
mDragLast System.Windows.Point
mMove bool
mMoveLoc System.Windows.Point
mNoise Adapter
mResize bool

Méthodes publiques

Méthode Description
AddPoint ( ) : void
Apply ( ) : string
Attach ( LinkType type, Adapter a ) : void
Detatch ( LinkType type ) : void
Load ( StreamReader sr ) : string
NoiseObject ( int type ) : System
OnClose ( ) : void
OnErase ( LinkEventArgs l ) : void
OnLink ( LinkEventArgs l ) : void
OnNeedApply ( ) : void
OnNeedUpdate ( ) : void
OnRaise ( ) : void
OnRelink ( ) : void
OnRendered ( ) : void
Redraw ( ) : void
SaveToString ( ) : string
Select ( bool b ) : void
SetGradient ( GradientDef g ) : void
ThreadMain ( ) : void
UserControl_Unloaded ( object sender, System e ) : void
xLinks_Erase ( object sender, LinkEventArgs e ) : void
xLinks_Link ( object sender, LinkEventArgs e ) : void

Private Methods

Méthode Description
Button_Click ( object sender, System e ) : void
ComboBox_SelectionChanged ( object sender, System e ) : void
InitData ( ) : void
MoveGrip_MouseLeftButtonDown ( object sender, System e ) : void
MoveGrip_MouseLeftButtonUp ( object sender, System e ) : void
MoveGrip_MouseMove ( object sender, System e ) : void
ResizeGrip_MouseLeftButtonDown ( object sender, System e ) : void
ResizeGrip_MouseLeftButtonUp ( object sender, System e ) : void
ResizeGrip_MouseMove ( object sender, System e ) : void
ShadowParams ( ) : void
setModuleType ( string type ) : void
xClose_Click ( object sender, System e ) : void
xFrame_MouseRightButtonDown ( object sender, System e ) : void
xGradient_SelectionChanged ( object sender, System e ) : void
xNormal_Click ( object sender, System e ) : void
xSave_Click ( object sender, System e ) : void
xSeed_Click ( object sender, System e ) : void
xShadow_Click ( object sender, System e ) : void
xTile_Click ( object sender, System e ) : void

Method Details

AddPoint() public méthode

public AddPoint ( ) : void
Résultat void

Apply() public méthode

public Apply ( ) : string
Résultat string

Attach() public méthode

public Attach ( LinkType type, Adapter a ) : void
type LinkType
a Adapter
Résultat void

Detatch() public méthode

public Detatch ( LinkType type ) : void
type LinkType
Résultat void

Load() public méthode

public Load ( StreamReader sr ) : string
sr System.IO.StreamReader
Résultat string

NoiseObject() public méthode

public NoiseObject ( int type ) : System
type int
Résultat System

OnClose() public méthode

public OnClose ( ) : void
Résultat void

OnErase() public méthode

public OnErase ( LinkEventArgs l ) : void
l LinkEventArgs
Résultat void

OnLink() public méthode

public OnLink ( LinkEventArgs l ) : void
l LinkEventArgs
Résultat void

OnNeedApply() public méthode

public OnNeedApply ( ) : void
Résultat void

OnNeedUpdate() public méthode

public OnNeedUpdate ( ) : void
Résultat void

OnRaise() public méthode

public OnRaise ( ) : void
Résultat void

OnRelink() public méthode

public OnRelink ( ) : void
Résultat void

OnRendered() public méthode

public OnRendered ( ) : void
Résultat void

Redraw() public méthode

public Redraw ( ) : void
Résultat void

SaveToString() public méthode

public SaveToString ( ) : string
Résultat string

Select() public méthode

public Select ( bool b ) : void
b bool
Résultat void

SetGradient() public méthode

public SetGradient ( GradientDef g ) : void
g GradientDef
Résultat void

ThreadMain() public méthode

public ThreadMain ( ) : void
Résultat void

UserControl_Unloaded() public méthode

public UserControl_Unloaded ( object sender, System e ) : void
sender object
e System
Résultat void

xLinks_Erase() public méthode

public xLinks_Erase ( object sender, LinkEventArgs e ) : void
sender object
e LinkEventArgs
Résultat void

xLinks_Link() public méthode

public xLinks_Link ( object sender, LinkEventArgs e ) : void
sender object
e LinkEventArgs
Résultat void

Property Details

LinkTips public_oe property

public Tips,NoiseTool LinkTips
Résultat Tips

Range public_oe property

public string Range
Résultat string

mDragLast protected_oe property

protected Point,System.Windows mDragLast
Résultat System.Windows.Point

mGradient public_oe property

public GradientDef,NoiseTool mGradient
Résultat GradientDef

mLocalGradient public_oe property

public bool mLocalGradient
Résultat bool

mMove protected_oe property

protected bool mMove
Résultat bool

mMoveLoc protected_oe property

protected Point,System.Windows mMoveLoc
Résultat System.Windows.Point

mName public_oe property

public string mName
Résultat string

mNoise protected_oe property

protected Adapter,NoiseTool mNoise
Résultat Adapter

mResize protected_oe property

protected bool mResize
Résultat bool

mType public_oe property

public int mType
Résultat int