Magnifier.SourceBoundMaxInSurface Field

Definition

A source bound that will extend as much as possible, while remaining within the surface the content is copied from.

[Android.Runtime.Register("SOURCE_BOUND_MAX_IN_SURFACE", ApiSince=29)]
public const int SourceBoundMaxInSurface = 0;
[<Android.Runtime.Register("SOURCE_BOUND_MAX_IN_SURFACE", ApiSince=29)>]
val mutable SourceBoundMaxInSurface : int

Field Value

Value = 0
Attributes

Remarks

A source bound that will extend as much as possible, while remaining within the surface the content is copied from.

Java documentation for android.widget.Magnifier.SOURCE_BOUND_MAX_IN_SURFACE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to