Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
呼び出しがありますが、対応するも. もCGContextSetLineWidth表示されません。コンテキストで設定されている現在の幅を取得するにはどうすればよいですか? ライブラリ内の描画ルーチンのこれが何であるかを知る必要があります。CGContextGetLineWidthCGContextLineWidth
CGContextSetLineWidth
CGContextGetLineWidth
CGContextLineWidth
新しく作成されたコンテキストでは、線幅は常に 1 です。変数を使用してライブラリ内で線幅が変更されるたびに、線幅を手動で追跡できますか?