Monobjc.AppKit.NSBezierPath.operator C# (CSharp) Méthode

operator() public static méthode

Implements the operator +.
public static operator ( ) : NSBezierPath
Résultat NSBezierPath
        public static NSBezierPath operator +(NSBezierPath path, NSBezierPath otherPath)
        {
            path.AppendBezierPath(otherPath);
            return path;
        }
NSBezierPath