public enum ReferencePoint { ReferencePointTopLeft = 0, ReferencePointTopRight = 1, ReferencePointBottomLeft = 2, ReferencePointBottomRight = 3 }
Public Enum ReferencePoint ReferencePointTopLeft = 0 ReferencePointTopRight = 1 ReferencePointBottomLeft = 2 ReferencePointBottomRight = 3 End Enum
This is record ReferencePoint.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|