PattResourceData.SetPattern

PattResourceData.SetPattern method

Sets the pattern.

public void SetPattern(int[] pixels, Rectangle bounds)
ParameterTypeDescription
pixelsInt32[]The pixels.
boundsRectangleThe bounds.

Exceptions

exceptioncondition
PsdImageArgumentExceptionPixels array length must be equal to bounds area

See Also