SurfaceImageSource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SurfaceImageSource(Int32, Int32) |
描画領域のサイズを指定して、SurfaceImageSource クラスの新しいインスタンスを初期化します。 |
SurfaceImageSource(Int32, Int32, Boolean) |
SurfaceImageSource クラスの新しいインスタンスを初期化し、描画領域のサイズと、不透明度が常に完全な不透明度であることが期待されるかどうかを指定します。 SurfaceImageSource が透明度 |
SurfaceImageSource(Int32, Int32)
描画領域のサイズを指定して、SurfaceImageSource クラスの新しいインスタンスを初期化します。
public:
SurfaceImageSource(int pixelWidth, int pixelHeight);
SurfaceImageSource(int const& pixelWidth, int const& pixelHeight);
public SurfaceImageSource(int pixelWidth, int pixelHeight);
function SurfaceImageSource(pixelWidth, pixelHeight)
Public Sub New (pixelWidth As Integer, pixelHeight As Integer)
パラメーター
- pixelWidth
-
Int32
int
描画領域の幅 (ピクセル単位)。
- pixelHeight
-
Int32
int
描画領域の高さ (ピクセル単位)。
こちらもご覧ください
適用対象
SurfaceImageSource(Int32, Int32, Boolean)
SurfaceImageSource クラスの新しいインスタンスを初期化し、描画領域のサイズと、不透明度が常に完全な不透明度であることが期待されるかどうかを指定します。 SurfaceImageSource が透明度
public:
SurfaceImageSource(int pixelWidth, int pixelHeight, bool isOpaque);
SurfaceImageSource(int const& pixelWidth, int const& pixelHeight, bool const& isOpaque);
public SurfaceImageSource(int pixelWidth, int pixelHeight, bool isOpaque);
function SurfaceImageSource(pixelWidth, pixelHeight, isOpaque)
Public Sub New (pixelWidth As Integer, pixelHeight As Integer, isOpaque As Boolean)
パラメーター
- pixelWidth
-
Int32
int
描画領域の幅 (ピクセル単位)。
- pixelHeight
-
Int32
int
描画領域の高さ (ピクセル単位)。
- isOpaque
-
Boolean
bool
領域 不透明にレンダリングする必要がある場合は、true。 可能なアルファ透明度でレンダリングするには、false を