Bitmap for WPF
RenderTargetProperties コンストラクタ(PixelFormat)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > RenderTargetProperties 構造体 > RenderTargetProperties コンストラクタ : RenderTargetProperties コンストラクタ(PixelFormat)
The pixel format and alpha mode of the render target. You can use the {{D2D1::PixelFormat}} function to create a pixel format that specifies that Direct2D should select the pixel format and alpha mode for you. For a list of pixel formats and alpha modes supported by each render target, see {{Supported Pixel Formats and Alpha Modes}}.
Initializes a new instance of the RenderTargetPropertiesstruct.
シンタックス
'宣言
 
Public Function New( _
   ByVal pixelFormat As PixelFormat _
)
public RenderTargetProperties( 
   PixelFormat pixelFormat
)

パラメータ

pixelFormat
The pixel format and alpha mode of the render target. You can use the {{D2D1::PixelFormat}} function to create a pixel format that specifies that Direct2D should select the pixel format and alpha mode for you. For a list of pixel formats and alpha modes supported by each render target, see {{Supported Pixel Formats and Alpha Modes}}.
参照

RenderTargetProperties 構造体
RenderTargetProperties メンバ
オーバーロード一覧