[UnstableAttribute]
public interface IPlatformGraphicsContext : IDisposable,
IOptionalFeatureProvider<UnstableAttribute>
Public Interface IPlatformGraphicsContext
Inherits IDisposable, IOptionalFeatureProvider[<UnstableAttribute>]
type IPlatformGraphicsContext =
interface
interface IDisposable
interface IOptionalFeatureProvider
end| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| EnsureCurrent | |
| TryGetFeature(Type) |
Queries for an optional feature.
(Inherited from IOptionalFeatureProvider) |
| TryGetFeatureT |
Queries for an optional feature.
(Defined by OptionalFeatureProviderExtensions) |
| TryGetFeatureT(T) |
Queries for an optional feature.
(Defined by OptionalFeatureProviderExtensions) |