'宣言 Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByVal options As CompatibleRenderTargetOptions, _ ByVal desiredSize As Size2F _ ) As BitmapRenderTarget
public static BitmapRenderTarget Create( RenderTarget renderTarget, CompatibleRenderTargetOptions options, Size2F desiredSize )
パラメータ
- renderTarget
- RenderTarget のインスタンス。
- options
- 新しい描画ターゲットが GDI と互換性があるかどうかを指定する値。
- desiredSize
- 元の描画ターゲットと異なる必要がある場合の、新しい描画ターゲットの希望のサイズ (デバイスに依存しないピクセル単位)。 詳細については、「備考」セクションを参照してください。