Namespace > IC.PhotoController Namespace > Structs, Records, Enums > EdgeType Enumeration
PhotoController 2.2
ContentsIndexHome
PreviousUpNext
IC.PhotoController.EdgeType Enumeration

Defines the edge type when doing offest transformation

C++
public: enum EdgeType {
  Transparent = 0,
  Clamp,
  Wrap
};
C#
public enum EdgeType {
  Transparent = 0,
  Clamp,
  Wrap
}
Visual Basic
Public Enum EdgeType
  Transparent = 0,
  Clamp,
  Wrap
End Enum
Members
Members 
Description 
Transparent 
Defines using a transparent color to the edges  
Clamp 
Defines using clamp style to the edge  
Wrap 
Defines using wrap style to the edge  

Enum.cs

Send comments about this topic.
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.