format | 要查找的 GraphicsFormat 格式。 |
usage | The GraphicsFormatUsage usage to look up. |
bool 如果特定用途支持该格式,则返回 true。否则返回 false。
验证指定的用途是否支持指定的图形格式。
如果格式不支持特定用途,则操作将失败。
Additional resources: GraphicsFormat enum and GraphicsFormatUsage flags.
Obsolete. Use the overload with a GraphicsFormatUsage parameter instead.