Defines the position of original photo in the new canvas
public: enum AnchorType {
TopLeft = 0,
TopCenter,
TopRight,
MiddleLeft,
MiddleCenter,
MiddleRight,
BottomLeft,
BottomCenter,
BottomRight
};public enum AnchorType {
TopLeft = 0,
TopCenter,
TopRight,
MiddleLeft,
MiddleCenter,
MiddleRight,
BottomLeft,
BottomCenter,
BottomRight
}Public Enum AnchorType TopLeft = 0, TopCenter, TopRight, MiddleLeft, MiddleCenter, MiddleRight, BottomLeft, BottomCenter, BottomRight End Enum
|
Members |
Description |
|
TopLeft |
Specifies the postion is top-left |
|
TopCenter |
Specifies the position is top-center |
|
TopRight |
Specifies the position is top-right |
|
MiddleLeft |
Specifies the position is middle-left |
|
MiddleCenter |
Specifies the position is middle-center |
|
MiddleRight |
Specifies the position is middle-right |
|
BottomLeft |
Specifies the position is bottom-left |
|
BottomCenter |
Specifies the position is bottom-center |
|
BottomRight |
Specifies the position is bottom-right |
|
Send comments about this topic.
|
|
Copyright (c) 2006-2007 @ ImageComponent.NET All rights reserved.
|