C# Class Alsing.Windows.Forms.CoreLib.RegionHandler

Inheritance: System.ComponentModel.Component
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
ApplyRegion ( ) : void
ApplyRegion ( Control Target, Bitmap MaskImage, Color TransparencyKey ) : void
RegionHandler ( ) : System.ComponentModel
RegionHandler ( IContainer container ) : System.ComponentModel

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

ApplyRegion() public method

public ApplyRegion ( ) : void
return void

ApplyRegion() public method

public ApplyRegion ( Control Target, Bitmap MaskImage, Color TransparencyKey ) : void
Target System.Windows.Forms.Control
MaskImage System.Drawing.Bitmap
TransparencyKey System.Drawing.Color
return void

RegionHandler() public method

public RegionHandler ( ) : System.ComponentModel
return System.ComponentModel

RegionHandler() public method

public RegionHandler ( IContainer container ) : System.ComponentModel
container IContainer
return System.ComponentModel