dbicDayView Send comments on this topic.
Scale(SizeF) Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class > Scale Method : Scale(SizeF) Method

factor
A System.Drawing.SizeF containing the horizontal and vertical scaling factors.
Scales the control and all child controls by the specified scaling factor.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Scale( _
   ByVal factor As SizeF _
) 
C# 
public void Scale( 
   SizeF factor
)

Parameters

factor
A System.Drawing.SizeF containing the horizontal and vertical scaling factors.

Requirements

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

See Also