'Declaration Public Function SetBufferProperties( _
ByVal widthШирина.As System.Int32, _
ByVal heightВысота.As System.Int32, _
ByVal sliceCenterOnBufferЦентр среза в пикселях в буфере.As Vintasoft.Primitives.VintasoftPoint _
) As Boolean
public bool SetBufferProperties(
System.Int32 width,
System.Int32 height,
Vintasoft.Primitives.VintasoftPoint sliceCenterOnBuffer
)
public: bool SetBufferProperties(
System.Int32 width,
System.Int32 height,
Vintasoft.Primitives.VintasoftPoint sliceCenterOnBuffer
)
public:
bool SetBufferProperties(
System.Int32 width,
System.Int32 height,
Vintasoft.Primitives.VintasoftPoint sliceCenterOnBuffer
)
Parameters
- width
- Ширина.
- height
- Высота.
- sliceCenterOnBuffer
- Центр среза в пикселях в буфере.
Return Value
True, если свойства буфера изменены; в противном случае - false.