UserSmoothingArgs Class Members
In This Topic
The following tables list the members exposed by UserSmoothingArgs.
Public Constructors
Public Fields
| Name | Description |
 | AreaToDraw |
The area which is needed to be drawn
|
 | Destination |
The array to put the destination smoothed data into
|
 | DestinationSize | The size of the Destination array |
 | MapArea |
The coordinates of the area corresponding to the Destination
|
 | Matrix |
The transformation being applied to the pixel data for rendering
|
 | Source |
The source data to be smoothed
|
 | SourceArea | The part of the original image represented by the data in the Source array |
Top
See Also