Linguaggio

PdfPageTextObject.SetStrokeColor(Int32) Metodo

Definizione

Imposta il colore del tratto dell'oggetto.

[Android.Runtime.Register("setStrokeColor", "(I)V", "", ApiSince=36)]
public void SetStrokeColor(int strokeColor);
[<Android.Runtime.Register("setStrokeColor", "(I)V", "", ApiSince=36)>]
member this.SetStrokeColor : int -> unit

Parametri

strokeColor
Int32

Colore del tratto dell'oggetto.

Attributi

Commenti

Imposta il colore del tratto dell'oggetto. L'impostazione di strokeColor non avrà alcun effetto se RenderMode non #RENDER_MODE_STROKE è o #RENDER_MODE_FILL_STROKE.

per android.graphics.pdf.component.PdfPageTextObject.setStrokeColor(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a