C# Class Frost.DirectX.Common.GeometryBuilder

Inheritance: IGeometrySink, IDisposable
Afficher le fichier Open project: fealty/Frost Class Usage Examples

Méthodes publiques

Méthode Description
Build ( Shape shape, SharpDX.Direct2D1.Geometry &result ) : void
Dispose ( ) : void
GeometryBuilder ( Factory factory2D ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
IGeometrySink ( ) : void
IGeometrySink ( System.Point endPoint ) : void
IGeometrySink ( System.Point controlPoint, System.Point endPoint ) : void
IGeometrySink ( System.Point controlPoint1, System.Point controlPoint2, System.Point endPoint ) : void
IGeometrySink ( System.Point tangentStart, System.Point tangentEnd, Size radius ) : void

Method Details

Build() public méthode

public Build ( Shape shape, SharpDX.Direct2D1.Geometry &result ) : void
shape Shape
result SharpDX.Direct2D1.Geometry
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GeometryBuilder() public méthode

public GeometryBuilder ( Factory factory2D ) : System
factory2D Factory
Résultat System