C# Class Graffiti.Core.Brushes.Brush

Inheritance: IBrush
Exibir arquivo Open project: ananthonline/graffiti Class Usage Examples

Protected Properties

Property Type Description
_layers List

Public Methods

Method Description
Add ( ILayer item ) : void
Clear ( ) : void
Contains ( ILayer item ) : bool
CopyTo ( ILayer array, int arrayIndex ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( ILayer item ) : int
Insert ( int index, ILayer item ) : void
Remove ( ILayer item ) : bool
RemoveAt ( int index ) : void
Update ( float timeInMilliSeconds ) : void
this ( int index ) : ILayer

Protected Methods

Method Description
GetLayerEnumerable ( ) : IEnumerable

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public method

public Add ( ILayer item ) : void
item ILayer
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( ILayer item ) : bool
item ILayer
return bool

CopyTo() public method

public CopyTo ( ILayer array, int arrayIndex ) : void
array ILayer
arrayIndex int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetLayerEnumerable() protected method

protected GetLayerEnumerable ( ) : IEnumerable
return IEnumerable

IndexOf() public method

public IndexOf ( ILayer item ) : int
item ILayer
return int

Insert() public method

public Insert ( int index, ILayer item ) : void
index int
item ILayer
return void

Remove() public method

public Remove ( ILayer item ) : bool
item ILayer
return bool

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

Update() public method

public Update ( float timeInMilliSeconds ) : void
timeInMilliSeconds float
return void

this() public method

public this ( int index ) : ILayer
index int
return ILayer

Property Details

_layers protected_oe property

protected List _layers
return List