Mono Class Library: Cairo NamespaceCairo.Extend Enumeration |
|
[Edit]
C# Example image = new ImageSurface ("data/e.png"); pattern = new SurfacePattern (image); pattern.Extend = Cairo.Extend.Repeat; matrix = new Matrix (); matrix.InitScale (w * 5.0, h * 5.0); pattern.Matrix = matrix; gr.Pattern = pattern;
Member Name Description None No extend. [Edit] Pad pixels outside of the pattern copy the closest pixel from the source [Edit] Reflect Reflect a certain Pattern. [Edit] Repeat Repeat a certain Pattern. [Edit]
Namespace: Cairo
Assembly: Mono.Cairo (in Mono.Cairo.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0