PdfPagePathObject.RenderModeFill Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Graphics.Pdf.Component.PdfPagePathObjectRenderMode enum directly instead of this field.

Modo de Preenchimento: somente o interior dos glifos é preenchido com a cor de preenchimento.

[Android.Runtime.Register("RENDER_MODE_FILL", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Pdf.Component.PdfPagePathObjectRenderMode enum directly instead of this field.", true)]
public const Android.Graphics.Pdf.Component.PdfPagePathObjectRenderMode RenderModeFill = 0;
[<Android.Runtime.Register("RENDER_MODE_FILL", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Pdf.Component.PdfPagePathObjectRenderMode enum directly instead of this field.", true)>]
val mutable RenderModeFill : Android.Graphics.Pdf.Component.PdfPagePathObjectRenderMode

Valor do campo

Value = 0
Atributos

Comentários

Modo de Preenchimento: somente o interior dos glifos é preenchido com a cor de preenchimento.

Java documentação para android.graphics.pdf.component.PdfPagePathObject.RENDER_MODE_FILL.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a