Table of Contents

Class VectorShape

Namespace
Lime
Assembly
Lime.dll
public class VectorShape : List<IVectorShapeElement>, IList<IVectorShapeElement>, ICollection<IVectorShapeElement>, IReadOnlyList<IVectorShapeElement>, IReadOnlyCollection<IVectorShapeElement>, IEnumerable<IVectorShapeElement>, IList, ICollection, IEnumerable
Inheritance
VectorShape
Implements
Inherited Members
Extension Methods

Methods

Draw()

public void Draw()

Draw(Matrix32)

public void Draw(Matrix32 transform)

Parameters

transform Matrix32

Draw(Matrix32, Color4)

public void Draw(Matrix32 transform, Color4 tint)

Parameters

transform Matrix32
tint Color4