InkPicture.Scale Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Scales the control and any child controls.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Scale(SizeF) | Scales the control and all child controls by the specified scaling factor. (Inherited from Control.) | |
Scale(Single) | Obsolete. Scales the control and any child controls. (Inherited from Control.) | |
Scale(Single, Single) | Obsolete. Scales the entire control and any child controls. (Inherited from Control.) |
Top