CanvasAnchor Enumeration
|
|
Define canvas anchor.
Namespace:
MediaCy.Commands.Image
Assembly:
MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
SyntaxPublic Enumeration CanvasAnchor
Members
| Member name | Value | Description |
---|
| TopLeft | 0 |
Anchor source image to the top-left.
|
| TopCenter | 1 |
Anchor source image to the top-center.
|
| TopRight | 2 |
Anchor source image to the top-right.
|
| MidLeft | 3 |
Anchor source image to the mid-left.
|
| MidCenter | 4 |
Anchor source image to the mid-center.
|
| MidRight | 5 |
Anchor source image to the mid-right.
|
| BottomLeft | 6 |
Anchor source image to the bottom-left.
|
| BottomCenter | 7 |
Anchor source image to the bottom-center.
|
| BottomRight | 8 |
Anchor source image to the bottom-right.
|
Remarks
See Also