PdfPagePathObject.SetFillColor(Int32) Method

Definition

Sets the fill color of the object.

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

Parameters

fillColor
Int32

The fill color of the object.

Attributes

Remarks

Sets the fill color of the object.

Note: The fillColor cannot be transparent and setting the fillColor will have no effect if RenderMode is not #RENDER_MODE_FILL or #RENDER_MODE_FILL_STROKE.

Java documentation for android.graphics.pdf.component.PdfPagePathObject.setFillColor(int).

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