This topic has not yet been rated - Rate this topic

ScrollableControl.ScaleControl Method

This member overrides Control.ScaleControl.
'Declaration
Protected Overrides Sub ScaleControl ( _
	factor As SizeF, _
	specified As BoundsSpecified _
)
'Usage
Dim factor As SizeF
Dim specified As BoundsSpecified

Me.ScaleControl(factor, specified)
protected void ScaleControl (
	SizeF factor, 
	BoundsSpecified specified
)
protected override function ScaleControl (
	factor : SizeF, 
	specified : BoundsSpecified
)
Not applicable.

.NET Framework

Supported in: 3.0, 2.0

.NET Compact Framework

Supported in: 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.