LineDisplayBase.SetBitmap 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
SetBitmap(Int32, String, Int32, Int32) |
Sets the bitmap number and placement. |
SetBitmap(Int32, String, Int32, Int32, Int32) |
Sets the bitmap number, placement, and width. |
SetBitmap(Int32, String, Int32, Int32)
Sets the bitmap number and placement.
public override void SetBitmap (int bitmapNumber, string fileName, int alignmentX, int alignmentY);
override this.SetBitmap : int * string * int * int -> unit
Public Overrides Sub SetBitmap (bitmapNumber As Integer, fileName As String, alignmentX As Integer, alignmentY As Integer)
Parameters
- bitmapNumber
- Int32
The number to be assigned to this bitmap.
- fileName
- String
The file name or URL of the bitmap file.
- alignmentX
- Int32
The horizontal placement of the bitmap.
- alignmentY
- Int32
The vertical placement of the bitmap.
Applies to
SetBitmap(Int32, String, Int32, Int32, Int32)
Sets the bitmap number, placement, and width.
public override void SetBitmap (int bitmapNumber, string fileName, int width, int alignmentX, int alignmentY);
override this.SetBitmap : int * string * int * int * int -> unit
Public Overrides Sub SetBitmap (bitmapNumber As Integer, fileName As String, width As Integer, alignmentX As Integer, alignmentY As Integer)
Parameters
- bitmapNumber
- Int32
The number to be assigned to this bitmap.
- fileName
- String
The file name or URL of the bitmap file.
- width
- Int32
The width of the bitmap to be displayed.
- alignmentX
- Int32
The horizontal placement of the bitmap.
- alignmentY
- Int32
The vertical placement of the bitmap.