HandwritingGesture.GranularityCharacter Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Views.InputMethods.HandwritingGestureGranularity enum directly instead of this field.

Opera sobre texto por carácter.

[Android.Runtime.Register("GRANULARITY_CHARACTER", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.HandwritingGestureGranularity enum directly instead of this field.", true)]
public const Android.Views.InputMethods.HandwritingGestureGranularity GranularityCharacter = 2;
[<Android.Runtime.Register("GRANULARITY_CHARACTER", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.HandwritingGestureGranularity enum directly instead of this field.", true)>]
val mutable GranularityCharacter : Android.Views.InputMethods.HandwritingGestureGranularity

Valor de campo

Value = 2
Atributos

Comentarios

Opera sobre texto por carácter. es decir, cada carácter se selecciona en función de su intersección con el rectángulo de selección.

La estrategia de funcionamiento en un nivel pormenorizado se mantiene en el kit de herramientas de la interfaz de usuario. Se incluye un carácter,palabra/línea si su centro está dentro del rectángulo de gestos. Por ejemplo, si una selección RectF con #GRANULARITY_CHARACTER incluye el centro ancho del carácter, debe seleccionarse. Del mismo modo, el texto de una línea debe incluirse en la operación si el rectángulo incluye el centro de alto de línea.

Java documentación para android.view.inputmethod.HandwritingGesture.GRANULARITY_CHARACTER.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a