Recurity.Swf.ZoneData.ZoneData C# (CSharp) Method

ZoneData() public method

The advanced text rendering engine uses alignment zones to establish

the borders of a glyph for pixel snapping.

public ZoneData ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System
        public ZoneData(byte InitialVersion)
            : base(InitialVersion)
        {
        }