Scale Method (ImageBrush)
In This Topic
Scale the image brush.
Syntax
'Declaration
Public Sub Scale( _
ByVal As Double _
)
'Usage
Dim instance As ImageBrush
Dim scale As Double
instance.Scale(scale)
public void Scale(
double
)
Parameters
- scale
See Also