Click or drag to resize

CanvasAnchor Enumeration

Define canvas anchor.

Namespace:  MediaCy.Commands.Image
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration CanvasAnchor
Members
  Member nameValueDescription
TopLeft0 Anchor source image to the top-left.
TopCenter1 Anchor source image to the top-center.
TopRight2 Anchor source image to the top-right.
MidLeft3 Anchor source image to the mid-left.
MidCenter4 Anchor source image to the mid-center.
MidRight5 Anchor source image to the mid-right.
BottomLeft6 Anchor source image to the bottom-left.
BottomCenter7 Anchor source image to the bottom-center.
BottomRight8 Anchor source image to the bottom-right.
Remarks