LineDisplay.DisplayBitmap Method
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
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 abstract void DisplayBitmap (string fileName, int alignmentX, int alignmentY);
abstract member DisplayBitmap : string * int * int -> unit
Public MustOverride Sub DisplayBitmap (fileName As String, alignmentX As Integer, alignmentY As Integer)
Parameters
- fileName
- String
File name or URL of the bitmap file. Various file formats can be supported, such as BMP, GIF, or JPEG.
- alignmentX
- Int32
Horizontal placement of the bitmap to be displayed. For possible values, see Remarks.
- alignmentY
- Int32
Vertical placement of the bitmap to be displayed. For possible values, see Remarks.
Applies to
DisplayBitmap(String, Int32, Int32, Int32)
Displays the bitmap with the specified alignment and width.
public abstract void DisplayBitmap (string fileName, int width, int alignmentX, int alignmentY);
abstract member DisplayBitmap : string * int * int * int -> unit
Public MustOverride 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. Various file formats can be supported, such as BMP, GIF, or JPEG.
- width
- Int32
Width of the bitmap to be displayed. See values below.
- alignmentX
- Int32
Horizontal placement of the bitmap to be displayed. For possible values, see Remarks.
- alignmentY
- Int32
Vertical placement of the bitmap to be displayed. For possible values, see Remarks.