C# Class EditorObjects.FormMethods

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
TopLeftPixel FlatRedBall.Math.Geometry.Point

Méthodes publiques

Méthode Description
AllowFileDrop ( System dragEventHandler ) : void
FormMethods ( ) : System
FormMethods ( int topBorder, int leftBorder, int bottomBorder, int rightBorder ) : System
ReactToResolutionChange ( int newHeight, int newWidth ) : void

Private Methods

Méthode Description
DragEnter ( object sender, DragEventArgs e ) : void
ReactToResizing ( object sender, EventArgs e ) : void

Method Details

AllowFileDrop() public méthode

public AllowFileDrop ( System dragEventHandler ) : void
dragEventHandler System
Résultat void

FormMethods() public méthode

public FormMethods ( ) : System
Résultat System

FormMethods() public méthode

public FormMethods ( int topBorder, int leftBorder, int bottomBorder, int rightBorder ) : System
topBorder int
leftBorder int
bottomBorder int
rightBorder int
Résultat System

ReactToResolutionChange() public méthode

public ReactToResolutionChange ( int newHeight, int newWidth ) : void
newHeight int
newWidth int
Résultat void

Property Details

TopLeftPixel public_oe static_oe property

public static FlatRedBall.Math.Geometry.Point TopLeftPixel
Résultat FlatRedBall.Math.Geometry.Point