C# Class Sharpex2D.Rendering.DirectX10.DirectXResourceManager

Inheritance: ResourceManager
显示文件 Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
CreateResource ( Typeface typeface ) : IFont

Creates a new Resource.

CreateResource ( Color color, float width ) : IPen

Creates a new Resource.

Method Details

CreateResource() public method

Creates a new Resource.
public CreateResource ( Typeface typeface ) : IFont
typeface Typeface The Typeface.
return IFont

CreateResource() public method

Creates a new Resource.
public CreateResource ( Color color, float width ) : IPen
color Color The Color.
width float The Width.
return IPen