OpenMetaverse Protocol Library Developers API Documentation
ResizeNearestNeighbor Method (width, height)
NamespacesOpenMetaverse.Imaging ManagedImageResizeNearestNeighbor(Int32, Int32)
Resize or stretch the image using nearest neighbor (ugly) resampling
Declaration Syntax
C#
public 
void 
ResizeNearestNeighbor(
        
int 
width,
        
int 
height
)
Parameters
width ( Int32)
new width
height ( Int32)
new height

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)