POST api/Design/PolyArrow_MouseDown
Request Information
URI Parameters
None.
Body Parameters
OnMouseLeftClickParameterDtoName | Description | Type | Additional information |
---|---|---|---|
MouseX | integer |
None. |
|
MouseY | integer |
None. |
|
ShiftPress | boolean |
None. |
|
CtrlPress | boolean |
None. |
|
AltPress | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "mouseX": 1, "mouseY": 2, "shiftPress": true, "ctrlPress": true, "altPress": true }
application/xml, text/xml
Sample:
<OnMouseLeftClickParameterDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter"> <AltPress>true</AltPress> <CtrlPress>true</CtrlPress> <MouseX>1</MouseX> <MouseY>2</MouseY> <ShiftPress>true</ShiftPress> </OnMouseLeftClickParameterDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PolygonLineDtoName | Description | Type | Additional information |
---|---|---|---|
uPts | Collection of Point |
None. |
|
MinMouse | integer |
None. |
|
MaxMouse | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<PolygonLineDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Drawing"> <MaxMouse>2</MaxMouse> <MinMouse>1</MinMouse> <uPts xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:_array i:nil="true" /> <d2p1:_count>0</d2p1:_count> <d2p1:_offset>0</d2p1:_offset> </uPts> </PolygonLineDto>