C# Class TransformProviderTest.TransformProviderControl

Inheritance: System.Windows.Forms.Control, System.Windows.Automation.Provider.IRawElementProviderSimple, ITransformProvider
Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

Méthode Description
GetPatternProvider ( int patternId ) : object
GetPropertyValue ( int propertyId ) : object
Move ( double x, double y ) : void
Resize ( double width, double height ) : void
Rotate ( double degrees ) : void
TransformProviderControl ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
WndProc ( Message &m ) : void

Method Details

GetPatternProvider() public méthode

public GetPatternProvider ( int patternId ) : object
patternId int
Résultat object

GetPropertyValue() public méthode

public GetPropertyValue ( int propertyId ) : object
propertyId int
Résultat object

Move() public méthode

public Move ( double x, double y ) : void
x double
y double
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

Resize() public méthode

public Resize ( double width, double height ) : void
width double
height double
Résultat void

Rotate() public méthode

public Rotate ( double degrees ) : void
degrees double
Résultat void

TransformProviderControl() public méthode

public TransformProviderControl ( ) : System
Résultat System

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void