[]
Initialize an instance of SpreadImage.
public SpreadImage()
Public Sub New()
Initialize an instance of SpreadImage with specify properties.
public SpreadImage(string imageUrl, int top, int left, int width, int height)
Public Sub New(imageUrl As String, top As Integer, left As Integer, width As Integer, height As Integer)
Type | Name | Description |
---|---|---|
string | imageUrl | |
int | top | |
int | left | |
int | width | |
int | height |