 | FastBitmapDataArray 属性 |
Sweet 开发框架
Gets an array of 32-bit color pixel values that represent this FastBitmap
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public int[] DataArray { get; }
Public ReadOnly Property DataArray As Integer()
Get
member DataArray : int[] with get
属性值
类型:
Int32
异常异常 | 条件 |
---|
Exception | The locking operation required to extract the values off from the underlying bitmap failed |
InvalidOperationException | The bitmap is already locked outside this fast bitmap |
参见