dbicDayView Send comments on this topic.
ScaleBitmapLogicalToDevice Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : ScaleBitmapLogicalToDevice Method

logicalBitmap
The bitmap to scale.
Scales a logical bitmap value to it's equivalent device unit value when a DPI change occurs.

Syntax

Visual Basic (Declaration) 
Public Sub ScaleBitmapLogicalToDevice( _
   ByRef logicalBitmap As Bitmap _
) 
C# 
public void ScaleBitmapLogicalToDevice( 
   ref Bitmap logicalBitmap
)

Parameters

logicalBitmap
The bitmap to scale.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also