Bitmap for WPF
Create(RenderTarget) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > Layer クラス > Create メソッド : Create(RenderTarget) メソッド
an instance of RenderTarget
Creates a layer resource that can be used with this render target and its compatible render targets. The new layer has the specified initial size. The layer resource is allocated to the minimum size when {{PushLayer}} is called.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal renderTarget As RenderTarget _
) As Layer
public static Layer Create( 
   RenderTarget renderTarget
)

パラメータ

renderTarget
an instance of RenderTarget
解説
Regardless of whether a size is initially specified, the layer automatically resizes as needed.
参照

Layer クラス
Layer メンバ
オーバーロード一覧