ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / _data Field

In This Topic
    _data Field (TransformMatrix)
    In This Topic
    A two dimension T array used to save the data.
    Syntax
    'Declaration
     
    
    Protected _data As Single()
    protected float[] _data
    Remarks
    In order to improve speed of inherited classes, I give the proteced modification
    See Also