Method | Description | |
---|---|---|
Build ( ) : |
Builds the ImageUrl.
|
|
GetImageId ( ) : string |
Gets the image Id.
|
|
ImageUrlBuilder ( string imageId ) : System |
Sets the required properties for creating an ImageUrl.
|
|
ImageUrlBuilder ( string imageId, long width, long height ) : System |
Sets the required properties for creating an ImageUrl.
|
|
SetImageId ( string imageId ) : ImageUrlBuilder |
Sets the ImageId for the ImageUrlBuilder.
|
public ImageUrlBuilder ( string imageId ) : System | ||
imageId | string | the ImageUrl imageId |
return | System |
public ImageUrlBuilder ( string imageId, long width, long height ) : System | ||
imageId | string | the ImageUrl imageId |
width | long | |
height | long | |
return | System |
public SetImageId ( string imageId ) : ImageUrlBuilder | ||
imageId | string | the imageId |
return | ImageUrlBuilder |