Namespace > IC.PhotoController Namespace > Structs, Records, Enums > AnchorType Enumeration
PhotoController 2.1
ContentsIndexHome
PreviousUpNext
IC.PhotoController.AnchorType Enumeration

Defines the position of original photo in the new canvas

C++
public: enum AnchorType {
  TopLeft = 0,
  TopCenter,
  TopRight,
  MiddleLeft,
  MiddleCenter,
  MiddleRight,
  BottomLeft,
  BottomCenter,
  BottomRight
};
C#
public enum AnchorType {
  TopLeft = 0,
  TopCenter,
  TopRight,
  MiddleLeft,
  MiddleCenter,
  MiddleRight,
  BottomLeft,
  BottomCenter,
  BottomRight
}
Visual Basic
Public Enum AnchorType
  TopLeft = 0,
  TopCenter,
  TopRight,
  MiddleLeft,
  MiddleCenter,
  MiddleRight,
  BottomLeft,
  BottomCenter,
  BottomRight
End Enum
Members
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.