Struct D2D1.PathGeometry.Ptr
public struct D2D1.PathGeometry.Ptr : IDisposable
- Implements
- Inherited Members
Constructors
Ptr(void*)
public Ptr(void* ptr)
Parameters
ptrvoid*
Properties
IsNull
public bool IsNull { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Open()
public D2D1.GeometrySink.Ptr Open()
Returns
Operators
implicit operator void*(Ptr)
public static implicit operator void*(D2D1.PathGeometry.Ptr p)
Parameters
Returns
- void*