Struct D2D1.StrokeStyle.Ptr
public struct D2D1.StrokeStyle.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()
Operators
implicit operator void*(Ptr)
public static implicit operator void*(D2D1.StrokeStyle.Ptr p)
Parameters
Returns
- void*