C# Class EditorObjects.FormMethods

Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
TopLeftPixel FlatRedBall.Math.Geometry.Point

Public Methods

Method 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

Method Description
DragEnter ( object sender, DragEventArgs e ) : void
ReactToResizing ( object sender, EventArgs e ) : void

Method Details

AllowFileDrop() public method

public AllowFileDrop ( System dragEventHandler ) : void
dragEventHandler System
return void

FormMethods() public method

public FormMethods ( ) : System
return System

FormMethods() public method

public FormMethods ( int topBorder, int leftBorder, int bottomBorder, int rightBorder ) : System
topBorder int
leftBorder int
bottomBorder int
rightBorder int
return System

ReactToResolutionChange() public method

public ReactToResolutionChange ( int newHeight, int newWidth ) : void
newHeight int
newWidth int
return void

Property Details

TopLeftPixel public_oe static_oe property

public static FlatRedBall.Math.Geometry.Point TopLeftPixel
return FlatRedBall.Math.Geometry.Point