Canvas.MaximumBitmapWidth プロパティ

定義

このキャンバスで描画されるビットマップの最大許容幅を返します。

public virtual int MaximumBitmapWidth { [Android.Runtime.Register("getMaximumBitmapWidth", "()I", "GetGetMaximumBitmapWidthHandler")] get; }
[<get: Android.Runtime.Register("getMaximumBitmapWidth", "()I", "GetGetMaximumBitmapWidthHandler")>]
member this.MaximumBitmapWidth : int

プロパティ値

属性

注釈

このキャンバスで描画されるビットマップの最大許容幅を返します。 この値より広いビットマップで描画しようとすると、エラーが発生します。

の Java ドキュメント android.graphics.Canvas.getMaximumBitmapWidth()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

こちらもご覧ください