Cairo.SurfacePattern.SurfacePattern C# (CSharp) Метод

SurfacePattern() приватный Метод

private SurfacePattern ( IntPtr handle, bool owned ) : System
handle System.IntPtr
owned bool
Результат System
        internal SurfacePattern(IntPtr handle, bool owned)
            : base(handle, owned)
        {
        }

Same methods

SurfacePattern::SurfacePattern ( Surface surface ) : System
SurfacePattern