Share via


LineDisplayBase.DisplayBitmap Method

Definition

Overloads

DisplayBitmap(String, Int32, Int32)

Displays the bitmap with the specified alignment.

DisplayBitmap(String, Int32, Int32, Int32)

Displays the bitmap with the specified alignment and width.

DisplayBitmap(String, Int32, Int32)

Displays the bitmap with the specified alignment.

public override void DisplayBitmap (string fileName, int alignmentX, int alignmentY);
override this.DisplayBitmap : string * int * int -> unit
Public Overrides Sub DisplayBitmap (fileName As String, alignmentX As Integer, alignmentY As Integer)

Parameters

fileName
String

File name or URL of the bitmap file.

alignmentX
Int32

Horizontal placement of the bitmap to be displayed.

alignmentY
Int32

Vertical placement of the bitmap to be displayed.

Applies to

DisplayBitmap(String, Int32, Int32, Int32)

Displays the bitmap with the specified alignment and width.

public override void DisplayBitmap (string fileName, int width, int alignmentX, int alignmentY);
override this.DisplayBitmap : string * int * int * int -> unit
Public Overrides Sub DisplayBitmap (fileName As String, width As Integer, alignmentX As Integer, alignmentY As Integer)

Parameters

fileName
String

File name or URL of the bitmap file.

width
Int32

Width of the bitmap to be displayed.

alignmentX
Int32

Horizontal placement of the bitmap to be displayed.

alignmentY
Int32

Vertical placement of the bitmap to be displayed.

Applies to