Property | Type | Description | |
---|---|---|---|
TopLeftPixel | FlatRedBall.Math.Geometry.Point |
Method | Description | |
---|---|---|
AllowFileDrop ( System dragEventHandler ) : void | ||
FormMethods ( ) : System | ||
FormMethods ( int topBorder, int leftBorder, int bottomBorder, int rightBorder ) : System | ||
ReactToResolutionChange ( int newHeight, int newWidth ) : void |
Method | Description | |
---|---|---|
DragEnter ( object sender, |
||
ReactToResizing ( object sender, |
public AllowFileDrop ( System dragEventHandler ) : void | ||
dragEventHandler | System | |
return | void |
public FormMethods ( int topBorder, int leftBorder, int bottomBorder, int rightBorder ) : System | ||
topBorder | int | |
leftBorder | int | |
bottomBorder | int | |
rightBorder | int | |
return | System |
public ReactToResolutionChange ( int newHeight, int newWidth ) : void | ||
newHeight | int | |
newWidth | int | |
return | void |