Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / SourceRect Property


In This Topic
SourceRect Property
In This Topic
as percentage
Syntax
'Declaration
 
Public Property SourceRect As Rectangle
 
'Usage
 
Dim instance As ImageDrawing
Dim value As Rectangle
 
instance.SourceRect = value
 
value = instance.SourceRect
See Also