Method | Description | |
---|---|---|
CreateResource ( Typeface typeface ) : IFont |
Creates a new Resource.
|
|
CreateResource ( Color color, float width ) : IPen |
Creates a new Resource.
|
public CreateResource ( Typeface typeface ) : IFont | ||
typeface | Typeface | The Typeface. |
return | IFont |
public CreateResource ( Color color, float width ) : IPen | ||
color | Color | The Color. |
width | float | The Width. |
return | IPen |