[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.WicRenderTarget

Class WicRenderTarget

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

A Wic RenderTarget.

public class WicRenderTarget : RenderTarget, IDisposable, IUnknown
Inheritance
object
WicRenderTarget
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

WicRenderTarget(IntPtr)

Initializes a new instance of the WicRenderTarget class.

public WicRenderTarget(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

Create(Factory, Bitmap, RenderTargetProperties)

Initializes a new instance of the WicRenderTarget class from a Bitmap.

public static WicRenderTarget Create(Factory factory, Bitmap wicBitmap, RenderTargetProperties renderTargetProperties)

Parameters

factory Factory

The factory.

wicBitmap Bitmap

The WIC bitmap.

renderTargetProperties RenderTargetProperties

The render target properties.

Returns

WicRenderTarget