'Declaration Public Function SetBufferProperties( _
ByVal widthThe width.As System.Int32, _
ByVal heightThe height.As System.Int32, _
ByVal sliceCenterOnBufferThe slice center, in pixels, in buffer.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
- The width.
- height
- The height.
- sliceCenterOnBuffer
- The slice center, in pixels, in buffer.
Return Value
True if the buffer properties are changed; otherwise, false.