C# Class Frost.DirectX.Common.GeometryBuilder

Inheritance: IGeometrySink, IDisposable
显示文件 Open project: fealty/Frost Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public Build ( Shape shape, SharpDX.Direct2D1.Geometry &result ) : void
shape Shape
result SharpDX.Direct2D1.Geometry
return void

Dispose() public method

public Dispose ( ) : void
return void

GeometryBuilder() public method

public GeometryBuilder ( Factory factory2D ) : System
factory2D Factory
return System