C# Class TpTrayUtility.Components.FreeLine

Inheritance: Primitive
ファイルを表示 Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Public Properties

Property Type Description
penColor Color
penColorGlobal Color
penSize int
penSizeGlobal int
penStyle DashStyle
penStyleGlobal DashStyle

Protected Properties

Property Type Description
freeLine Collection
linePen System.Drawing.Pen

Public Methods

Method Description
AddPoint ( PointF point ) : void
CanUndo ( ) : bool
CreationMouseDownHandler ( PointF point ) : void
CreationMouseMoveHandler ( PointF point ) : void
CreationMouseUpHandler ( PointF point ) : void
Draw ( Graphics g, float zoom, PointF offset, PointF zoomPosition ) : void
FreeLine ( ) : System
GeneratePropertyControl ( ) : PropertyControlBase
GetCursor ( PointF point ) : Cursor
GetLastModifiedRect ( ) : RectangleF
MouseDoubleClickHandler ( PointF point ) : void
MoveBy ( float dx, float dy ) : void
OnResize ( bool lastMove ) : void
SetColor ( Color fore, Color back ) : void
ShapeToolLost ( ) : void
SpecialPoints ( ) : List
UpdatePropertyFromStaticData ( ) : void
UpdateSpecialPoint ( int id, PointF position ) : void
isPointIn ( PointF point ) : bool
isResizeble ( ) : bool
isValid ( ) : bool

Method Details

AddPoint() public method

public AddPoint ( PointF point ) : void
point System.Drawing.PointF
return void

CanUndo() public method

public CanUndo ( ) : bool
return bool

CreationMouseDownHandler() public method

public CreationMouseDownHandler ( PointF point ) : void
point System.Drawing.PointF
return void

CreationMouseMoveHandler() public method

public CreationMouseMoveHandler ( PointF point ) : void
point System.Drawing.PointF
return void

CreationMouseUpHandler() public method

public CreationMouseUpHandler ( PointF point ) : void
point System.Drawing.PointF
return void

Draw() public method

public Draw ( Graphics g, float zoom, PointF offset, PointF zoomPosition ) : void
g System.Drawing.Graphics
zoom float
offset System.Drawing.PointF
zoomPosition System.Drawing.PointF
return void

FreeLine() public method

public FreeLine ( ) : System
return System

GeneratePropertyControl() public method

public GeneratePropertyControl ( ) : PropertyControlBase
return PropertyControlBase

GetCursor() public method

public GetCursor ( PointF point ) : Cursor
point System.Drawing.PointF
return System.Windows.Forms.Cursor

GetLastModifiedRect() public method

public GetLastModifiedRect ( ) : RectangleF
return System.Drawing.RectangleF

MouseDoubleClickHandler() public method

public MouseDoubleClickHandler ( PointF point ) : void
point System.Drawing.PointF
return void

MoveBy() public method

public MoveBy ( float dx, float dy ) : void
dx float
dy float
return void

OnResize() public method

public OnResize ( bool lastMove ) : void
lastMove bool
return void

SetColor() public method

public SetColor ( Color fore, Color back ) : void
fore Color
back Color
return void

ShapeToolLost() public method

public ShapeToolLost ( ) : void
return void

SpecialPoints() public method

public SpecialPoints ( ) : List
return List

UpdatePropertyFromStaticData() public method

public UpdatePropertyFromStaticData ( ) : void
return void

UpdateSpecialPoint() public method

public UpdateSpecialPoint ( int id, PointF position ) : void
id int
position System.Drawing.PointF
return void

isPointIn() public method

public isPointIn ( PointF point ) : bool
point System.Drawing.PointF
return bool

isResizeble() public method

public isResizeble ( ) : bool
return bool

isValid() public method

public isValid ( ) : bool
return bool

Property Details

freeLine protected_oe property

protected Collection freeLine
return Collection

linePen protected_oe property

protected Pen,System.Drawing linePen
return System.Drawing.Pen

penColor public_oe property

public Color penColor
return Color

penColorGlobal public_oe static_oe property

public static Color penColorGlobal
return Color

penSize public_oe property

public int penSize
return int

penSizeGlobal public_oe static_oe property

public static int penSizeGlobal
return int

penStyle public_oe property

public DashStyle penStyle
return DashStyle

penStyleGlobal public_oe static_oe property

public static DashStyle penStyleGlobal
return DashStyle