GET yarns/libraries/{libraryId}/sprite?pomSize={pomSize}&columns={columns}
Retrieves the yarn library poms suitable for use as a CSS sprite.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
libraryId |
The YarnLibraryId. |
integer |
Required |
pomSize |
The pixel size of each yarn in the sprite. |
string |
Default value is 30 |
columns |
The number of columns before continuing to a new row in the sprite. |
integer |
Default value is 75 |
Body Parameters
None.
Response Information
Resource Description
The yarn library CSS sprite.
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |