VisioForge Video Edit SDK (Delphi / ActiveX)
|
Text shape type.
TVFTextShapeType = ( st_rectangle, st_ellipse );
enum TVFTextShapeType { st_rectangle, st_ellipse };
public enum TVFTextShapeType { st_rectangle, st_ellipse }
Public Enum TVFTextShapeType st_rectangle st_ellipse End Enum
public class TVFTextShapeType;
enum TVFTextShapeType { st_rectangle, st_ellipse };
TVFTextShapeType
public class TVFTextShapeType;
VideoEditTypes
Members |
Description |
st_rectangle |
Rectangle. |
st_ellipse |
Ellipse. |
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|