C# Class FC3Editor.Nomad.SplineController

Exibir arquivo Open project: Azerothian/fc3editor Class Usage Examples

Public Properties

Property Type Description
Null SplineController

Public Methods

Method Description
ClearSelection ( ) : void
Create ( ) : SplineController
DeleteSelection ( ) : void
Dispose ( ) : void
IsSelected ( int index ) : bool
MoveSelection ( Vec2 delta ) : void
SelectFromScreenRect ( RectangleF rect, float penWidth, SplineController selectMode ) : void
SetSelected ( int index, bool selected ) : void
SetSpline ( Spline spline ) : void
SplineController ( IntPtr ptr ) : System

Method Details

ClearSelection() public method

public ClearSelection ( ) : void
return void

Create() public static method

public static Create ( ) : SplineController
return SplineController

DeleteSelection() public method

public DeleteSelection ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

IsSelected() public method

public IsSelected ( int index ) : bool
index int
return bool

MoveSelection() public method

public MoveSelection ( Vec2 delta ) : void
delta Vec2
return void

SelectFromScreenRect() public method

public SelectFromScreenRect ( RectangleF rect, float penWidth, SplineController selectMode ) : void
rect System.Drawing.RectangleF
penWidth float
selectMode SplineController
return void

SetSelected() public method

public SetSelected ( int index, bool selected ) : void
index int
selected bool
return void

SetSpline() public method

public SetSpline ( Spline spline ) : void
spline Spline
return void

SplineController() public method

public SplineController ( IntPtr ptr ) : System
ptr System.IntPtr
return System

Property Details

Null public_oe static_oe property

public static SplineController,FC3Editor.Nomad Null
return SplineController