Bidi Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Bidi() | |
Bidi(IAttributedCharacterIterator) | |
Bidi(Int32, Int32) | |
Bidi(IntPtr, JniHandleOwnership) | |
Bidi(String, BidiOptions) | |
Bidi(Char[], Int32, Byte[], Int32, Int32, BidiOptions) |
Bidi()
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=29)]
public Bidi ();
- Attributes
Applies to
Bidi(IAttributedCharacterIterator)
[Android.Runtime.Register(".ctor", "(Ljava/text/AttributedCharacterIterator;)V", "", ApiSince=29)]
public Bidi (Java.Text.IAttributedCharacterIterator? paragraph);
[<Android.Runtime.Register(".ctor", "(Ljava/text/AttributedCharacterIterator;)V", "", ApiSince=29)>]
new Android.Icu.Text.Bidi : Java.Text.IAttributedCharacterIterator -> Android.Icu.Text.Bidi
Parameters
- paragraph
- IAttributedCharacterIterator
- Attributes
Applies to
Bidi(Int32, Int32)
[Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=29)]
public Bidi (int maxLength, int maxRunCount);
[<Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=29)>]
new Android.Icu.Text.Bidi : int * int -> Android.Icu.Text.Bidi
Parameters
- maxLength
- Int32
- maxRunCount
- Int32
- Attributes
Applies to
Bidi(IntPtr, JniHandleOwnership)
protected Bidi (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Text.Bidi : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Text.Bidi
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Applies to
Bidi(String, BidiOptions)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=29)]
public Bidi (string? paragraph, Android.Icu.Text.BidiOptions flags);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=29)>]
new Android.Icu.Text.Bidi : string * Android.Icu.Text.BidiOptions -> Android.Icu.Text.Bidi
Parameters
- paragraph
- String
- flags
- BidiOptions
- Attributes
Applies to
Bidi(Char[], Int32, Byte[], Int32, Int32, BidiOptions)
[Android.Runtime.Register(".ctor", "([CI[BIII)V", "", ApiSince=29)]
public Bidi (char[]? text, int textStart, byte[]? embeddings, int embStart, int paragraphLength, Android.Icu.Text.BidiOptions flags);
[<Android.Runtime.Register(".ctor", "([CI[BIII)V", "", ApiSince=29)>]
new Android.Icu.Text.Bidi : char[] * int * byte[] * int * int * Android.Icu.Text.BidiOptions -> Android.Icu.Text.Bidi
Parameters
- text
- Char[]
- textStart
- Int32
- embeddings
- Byte[]
- embStart
- Int32
- paragraphLength
- Int32
- flags
- BidiOptions
- Attributes