Defines the edge type when doing offest transformation
public: enum EdgeType {
Transparent = 0,
Clamp,
Wrap
};public enum EdgeType {
Transparent = 0,
Clamp,
Wrap
}Public Enum EdgeType Transparent = 0, Clamp, Wrap End Enum
|
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.
|