問題タブ [draw]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
3 に答える
4318 参照

c# - Winformsは、コントロールが追加されるまで描画を待機します

重複の可能性:
コントロールとその子のペイントを一時停止するにはどうすればよいですか?

フォームに数百のコントロールを追加していますが、各コントロールが追加されるまでフォームがちらつきますが、これを停止する方法はありますか?

0 投票する
2 に答える
16222 参照

java - Android で 2 つのジオポイント間のルートを描画する方法

MapView に 2 つの OverlayItem があります。2 つのジオポイント間のルートを描くにはどうすればよいですか?

0 投票する
2 に答える
407 参照

python - 画像モジュール(python)を使用して画像にヘブライ語のテキストを描画する

ヘブライ文字を含むビットマップを作成するために、Imageモジュールを使用しようとしています。シェル(アイドル)から印刷するときはヘブライ語を印刷できましたが、テキストをビットマップに描画しようとすると、ASCII文字が描画されます。

これはコードです:

どんな助けでも大歓迎です。

0 投票する
13 に答える
161829 参照

android - Google マップで線やパスを描く

HelloMapView でマップ上の 2 つの (GPS) ポイント間に線を引く方法を見つけるのに長い間忙しくしていましたが、うまくいきませんでした。

どなたか、やり方を教えてください。

MapView を拡張した HelloMapView を使用するとします。オーバーレイを使用する必要がありますか? その場合、オーバーレイの onDraw() メソッドをオーバーライドして、ここに線を引く必要がありますか? 私は実際にこれらのことを試しましたが、結果はありませんでした。

前もって感謝します!

0 投票する
1 に答える
1129 参照

java - Java: Draw Lines on a JMF Lightweight_Rendered Player

I've got a problem: I have a JMF-Videoplayer in my application and I want to draw on it (while the video continues). The Problem I've got is that I use a JLayeredPane where I add the VideoPlayer-Control on Layer.Content_Layer(index 0) and a JPanel (setOpaque(false)) on Layer.Modal_Layer(index 300).

What happens is, when I add the JPanel it is not opaque but I see the drawn lines but not the video. If I add the JPanel before (didn't changed the index of the layer) I add the video-control then I see the video but not the drawn lines.

Has someone an idea why this doesn't work and how I could make it work?

I thought about adding an ActionListener to the video-control-component and evertime the image changes, I take this image and paint it as background on the JPanel but I'm affraid that this will cost me precious time.

My code looks like this:

The videoPlayerPanel is also a JPanel that contains the JLayeredPane... as you can see.

Edit: Okay I put some research into it and found out that

returns a java.awt.Component and such components do not support opacity - maybe that's the reason why I cannot see or only see the drawPanel.

So currently I'm trying to draw directly onto the video-Component by adding it to a customized Panel where i override the paint-method to draw all the lines. Any other ideas?

0 投票する
5 に答える
21114 参照

iphone - How to draw polygons with CGPath?

I have been reading thru the documentation however it is not immediatly clear to me how to draw a polygon using CGPath. All I need to do is to draw CGPath around something like this:

Could anyone please provide an snippet on how to do this?

Additionally I assume CGPathContainsPoint will help me determine if a point is inside such path?, or does the path have to be a solid drawing

Also how can i move the cgpath around? Is this as easy as changing something like the origin just like in cgrect?

Thank you.

-Oscar

0 投票する
3 に答える
226 参照

c# - ヘルプのレンダリング スプライト

プログラムに実行させたいのは、.txt ファイルに表示される各ポイントでグラフィック グラウンドを描画することですが、実行するたびにスプライトが描画されませんか?

ここにコードがあります.....

0 投票する
1 に答える
13484 参照

c++ - C++Windowsビットマップ描画テキスト

画像に(フォントとサイズを設定して)テキストを描画し、JPEGとして保存するにはどうすればよいですか?

例えば

ここでは、ビットマップにテキストを描画したいと思います。

0 投票する
6 に答える
11241 参照

opengl - OpenGL での文字列の描画

標準の OGL でテキストを描画する最も速くて簡単な方法は何ですか??

0 投票する
3 に答える
7048 参照

flash - 垂直方向のカラーグラデーション(またはフラットな水平方向のグラデーション以外の角度)を作成する方法

みなさん、こんにちは。ActionScript3でマルチカラーグラデーションを描くのは初めてです。

したがって、このコードはヘルプドキュメントから取得しましたが、回転に使用する数式や数値に関係なく、垂直方向のグラデーションを取得できないようですが、デフォルトの水平方向のグラデーションのままです:(

私のコード:

あなたは私が試した回転コードをトレースで見ることができます...

深く関与した修正:

代替テキスト