ApplyRegion() public method

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