ApplyRegion() public method

public ApplyRegion ( ) : void
return void
Exemplo n.º 1
0
 protected void CreateRegion()
 {
     regionHandler1.ApplyRegion(this, Image, TransparencyKey);
     IsDirty = false;
 }