C# Class EditorObjects.Gui.TextureCoordinatePropertyGridHelper

Mostra file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
CreatePixelCoordinateUi ( PropertyGrid propertyGrid, string topProperty, string bottomProperty, string leftProperty, string rightProperty, string category, UpDown &topPixel, UpDown &leftPixel, UpDown &heightPixel, UpDown &widthPixel ) : void

Method Details

CreatePixelCoordinateUi() public static method

public static CreatePixelCoordinateUi ( PropertyGrid propertyGrid, string topProperty, string bottomProperty, string leftProperty, string rightProperty, string category, UpDown &topPixel, UpDown &leftPixel, UpDown &heightPixel, UpDown &widthPixel ) : void
propertyGrid PropertyGrid
topProperty string
bottomProperty string
leftProperty string
rightProperty string
category string
topPixel FlatRedBall.Gui.UpDown
leftPixel FlatRedBall.Gui.UpDown
heightPixel FlatRedBall.Gui.UpDown
widthPixel FlatRedBall.Gui.UpDown
return void