Свойство | Type | Description | |
---|---|---|---|
Brush | BrushType | ||
BrushDiameter | int | ||
BrushDiameterMax | int | ||
BrushLayerIndex | int | ||
Layers | List |
||
Magnification | int | ||
MagnificationMax | int | ||
OffsetStep | int | ||
OffsetX | int | ||
OffsetY | int | ||
SelectionColor | Color | ||
SelectionLayerIndex | int | ||
ShowToolTips | bool | ||
ToolTips | ].String[ |
Свойство | Type | Description | |
---|---|---|---|
BitmapSelector_MouseCaptureChanged | void | ||
BitmapSelector_MouseDown | void | ||
BitmapSelector_MouseLeave | void | ||
BitmapSelector_MouseMove | void | ||
BitmapSelector_MouseUp | void | ||
BitmapSelector_MouseWheel | void | ||
InitializeComponent | void | ||
PanDown | void | ||
PanLeft | void | ||
PanRight | void | ||
PanUp | void | ||
RecreateBuffers | void | ||
RedrawBrushLayer | void | ||
Translate | Point | ||
scrollHorizontal_Scroll | void | ||
scrollVertical_Scroll | void |
Méthode | Description | |
---|---|---|
AddLayer ( |
||
BitmapSelector ( ) : System | ||
CancelCustomBrush ( ) : void | ||
InvertSelection ( ) : void | ||
Redraw ( ) : void | ||
Reset ( ) : void | ||
SelectAll ( ) : void | ||
SelectNone ( ) : void | ||
SetCustomBrush ( |
||
Zoom ( int magnififcation, int offsetX, int offsetY, bool redraw = true ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnBrushDiameterChanged ( |
||
OnCustomBrushClick ( |
||
OnPaint ( PaintEventArgs e ) : void | ||
OnResize ( |
||
OnSelectionChanged ( String description ) : void | ||
OnZoom ( |
||
ProcessCmdKey ( |
Méthode | Description | |
---|---|---|
BitmapSelector_MouseCaptureChanged ( object sender, |
||
BitmapSelector_MouseDown ( object sender, MouseEventArgs e ) : void | ||
BitmapSelector_MouseLeave ( object sender, |
||
BitmapSelector_MouseMove ( object sender, MouseEventArgs e ) : void | ||
BitmapSelector_MouseUp ( object sender, MouseEventArgs e ) : void | ||
BitmapSelector_MouseWheel ( object sender, MouseEventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
PanDown ( ) : void | ||
PanLeft ( ) : void | ||
PanRight ( ) : void | ||
PanUp ( ) : void | ||
RecreateBuffers ( ) : void | ||
RedrawBrushLayer ( Point p, bool justClear = false ) : void | ||
Translate ( Point e ) : Point | ||
scrollHorizontal_Scroll ( object sender, |
||
scrollVertical_Scroll ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected OnBrushDiameterChanged ( |
||
e | ||
Résultat | void |
protected OnCustomBrushClick ( |
||
e | ||
Résultat | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Résultat | void |
protected OnResize ( |
||
e | ||
Résultat | void |
protected OnSelectionChanged ( String description ) : void | ||
description | String | |
Résultat | void |
protected OnZoom ( |
||
e | ||
Résultat | void |
protected ProcessCmdKey ( |
||
msg | ||
keyData | Keys | |
Résultat | bool |
public SetCustomBrush ( |
||
b | ||
Résultat | void |
public Zoom ( int magnififcation, int offsetX, int offsetY, bool redraw = true ) : void | ||
magnififcation | int | |
offsetX | int | |
offsetY | int | |
redraw | bool | |
Résultat | void |