NearestNeighborMode Property
In This Topic
Gets or sets a value indicating whether the exact color of the nearest bitmap pixel is used when images are scaled.
Syntax
'Declaration
Public Property NearestNeighborMode As System.Boolean
public System.bool NearestNeighborMode {get; set;}
See Also