C# Class winmaped2.Selection

Afficher le fichier Open project: Bananattack/verge3 Class Usage Examples

Méthodes publiques

Méthode Description
Selection ( ) : System
Selection ( int w, int h ) : System
clear ( ) : void
copy ( ) : Selection
createIntegerMask ( IMaskReader imr ) : ].int[
getPoint ( int x, int y ) : bool
getPointIntegerValue ( int x, int y, IMaskReader imr ) : int
maxX ( int sentinel ) : int
maxY ( int sentinel ) : int
minX ( int sentinel ) : int
minY ( int sentinel ) : int
offset ( int x, int y ) : void
setPoint ( int x, int y, bool bValue ) : void
setRectangle ( Rectangle r, bool value ) : void
updateGraphicsPath ( GraphicsPath gp, int scale, int xofs, int yofs ) : void

Private Methods

Méthode Description
_getPoint ( int mask, Rectangle r, int x, int y ) : bool
_setPoint ( int mask, Rectangle r, int x, int y, bool value ) : void
alterRectangleToInclude ( int x, int y ) : void

Method Details

Selection() public méthode

public Selection ( ) : System
Résultat System

Selection() public méthode

public Selection ( int w, int h ) : System
w int
h int
Résultat System

clear() public méthode

public clear ( ) : void
Résultat void

copy() public méthode

public copy ( ) : Selection
Résultat Selection

createIntegerMask() public méthode

public createIntegerMask ( IMaskReader imr ) : ].int[
imr IMaskReader
Résultat ].int[

getPoint() public méthode

public getPoint ( int x, int y ) : bool
x int
y int
Résultat bool

getPointIntegerValue() public méthode

public getPointIntegerValue ( int x, int y, IMaskReader imr ) : int
x int
y int
imr IMaskReader
Résultat int

maxX() public méthode

public maxX ( int sentinel ) : int
sentinel int
Résultat int

maxY() public méthode

public maxY ( int sentinel ) : int
sentinel int
Résultat int

minX() public méthode

public minX ( int sentinel ) : int
sentinel int
Résultat int

minY() public méthode

public minY ( int sentinel ) : int
sentinel int
Résultat int

offset() public méthode

public offset ( int x, int y ) : void
x int
y int
Résultat void

setPoint() public méthode

public setPoint ( int x, int y, bool bValue ) : void
x int
y int
bValue bool
Résultat void

setRectangle() public méthode

public setRectangle ( Rectangle r, bool value ) : void
r System.Drawing.Rectangle
value bool
Résultat void

updateGraphicsPath() public méthode

public updateGraphicsPath ( GraphicsPath gp, int scale, int xofs, int yofs ) : void
gp System.Drawing.Drawing2D.GraphicsPath
scale int
xofs int
yofs int
Résultat void