프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_viewPortInstance |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AfterZoomRerender | void | ||
CalculateScrollPostions | void | ||
ClearSelection | void | ||
CreateTemporaryPicture | string | ||
DrawPrimitive | void | ||
FindPorpertyControl | |||
GetCanvas | |||
GetDelta | |||
GetDeltaForCanvas | |||
GetDeltaForPrimitive | |||
GetPrimitiveAt | |||
GetRealClientArea | |||
Normalization | void | ||
NormalizeEx | void | ||
PrimitiveTool | TpTool | ||
ResetSelectedPrimitive | void | ||
UpdatePropertyControlPosition | void |
메소드 | 설명 | |
---|---|---|
AddPicture ( |
||
AddProperties ( |
||
DeletePrimitive ( ) : void | ||
ImageViewPort ( ) : System | ||
MoveViewPort ( int x, int y ) : void | ||
PropertyControlValueChanged ( object sender, |
||
RedoLastAction ( ) : void | ||
RemoveAllProperties ( ) : void | ||
RemoveSelection ( ) : void | ||
RenderToBitmap ( ) : |
||
RenderToGraphics ( |
||
SelectTool ( TpTool tool ) : void | ||
ToolChanged ( ) : void | ||
UndoLastAction ( ) : void | ||
UpdateCurrentTool ( ) : void | ||
UpdatePropertiesView ( ) : void | ||
ZoomIn ( ) : void | ||
ZoomIn ( Point location ) : void | ||
ZoomNormal ( ) : void | ||
ZoomOut ( ) : void | ||
ZoomOut ( Point location ) : void |
메소드 | 설명 | |
---|---|---|
CalculateGlobalBounds ( ) : |
||
CalculateGlobalBounds ( bool inflate ) : |
||
MouseToReal ( Point mousePos ) : |
||
MouseToReal ( |
||
OnInvalidated ( System.Windows.Forms.InvalidateEventArgs e ) : void | ||
OnKeyDown ( |
||
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
OnMouseDoubleClick ( MouseEventArgs e ) : void | ||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseEnter ( |
||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnMouseWheel ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs pevent ) : void | ||
OnResize ( |
||
OnScroll ( |
메소드 | 설명 | |
---|---|---|
AfterZoomRerender ( ) : void | ||
CalculateScrollPostions ( ) : void | ||
ClearSelection ( ) : void | ||
CreateTemporaryPicture ( ) : string | ||
DrawPrimitive ( |
||
FindPorpertyControl ( ) : |
||
GetCanvas ( ) : |
||
GetDelta ( |
||
GetDeltaForCanvas ( |
||
GetDeltaForPrimitive ( |
||
GetPrimitiveAt ( |
||
GetRealClientArea ( Point location ) : |
||
Normalization ( ) : void | ||
NormalizeEx ( ) : void | ||
PrimitiveTool ( |
||
ResetSelectedPrimitive ( ) : void | ||
UpdatePropertyControlPosition ( ) : void |
public AddPicture ( |
||
bmp | ||
isSelected | bool | |
리턴 | void |
public AddProperties ( |
||
pb | ||
리턴 | void |
protected CalculateGlobalBounds ( ) : |
||
리턴 |
protected CalculateGlobalBounds ( bool inflate ) : |
||
inflate | bool | |
리턴 |
protected MouseToReal ( Point mousePos ) : |
||
mousePos | Point | |
리턴 |
protected MouseToReal ( |
||
mousePos | ||
리턴 |
protected OnInvalidated ( System.Windows.Forms.InvalidateEventArgs e ) : void | ||
e | System.Windows.Forms.InvalidateEventArgs | |
리턴 | void |
protected OnKeyDown ( |
||
e | ||
리턴 | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | |
리턴 | void |
protected OnMouseDoubleClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
리턴 | void |
protected OnPaintBackground ( PaintEventArgs pevent ) : void | ||
pevent | PaintEventArgs | |
리턴 | void |
protected OnScroll ( |
||
se | ||
리턴 | void |
public PropertyControlValueChanged ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
public RenderToGraphics ( |
||
g | ||
zoom | float | |
리턴 | void |