代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/353751/3082276
sgml gtkarrow.sgml
GtkArrow
Displays an arrow
GtkArrow should be used to draw sim
www.eeworm.com/read/267735/4259769
c drawicon.c
/*
* DRAWICON.C
*
* Functions to handle creation of metafiles with icons and labels
* as well as functions to draw such metafiles with or without the label.
*
* The metafile is created wit
www.eeworm.com/read/195345/8162834
txt vba16-8.txt
Private Sub AddRectangle(pEnvelope As IEnvelope)
' Draw a rectangle using the
' given envelope.
Dim pMxDocument As IMxDocument
Dim pPageLayout As IPageLayout
Dim pActiveView A
www.eeworm.com/read/293767/8275519
java unwrappedimagepanel.java
package IrisRecog;
/**
* ImagePanel.java
*
* Extends the functionality of the JPanel swing component to be able to draw
* centered images in the panel. This class overrides the paintCompon
www.eeworm.com/read/173574/9650120
txt vba16-8.txt
Private Sub AddRectangle(pEnvelope As IEnvelope)
' Draw a rectangle using the
' given envelope.
Dim pMxDocument As IMxDocument
Dim pPageLayout As IPageLayout
Dim pActiveView A
www.eeworm.com/read/369313/9655105
m lhidrawsubgraph.m
function img = LHIdrawsubgraph(varargin)
% Draw the subgraphs in an image.
% LHIdrawsubgraph(annotation, img)
% LHIdrawsubgraph(database, ndx, HOMEIMAGES)
%
% Example:
% [annotation, img] = LH
www.eeworm.com/read/369313/9655149
m lhidrawregion.m
function img = LHIdrawregion(varargin)
% Draw the subgraphs in an image.
% LHIdrawsubgraph(annotation, img)
% LHIdrawsubgraph(database, ndx, HOMEIMAGES)
%
% Example:
% [annotation, img] = LHIr
www.eeworm.com/read/249828/12468762
txt aimvec creator tutorial .txt
Code:
code to draw the dots / vec# (call from HUD_Redraw)
code:--------------------------------------------------------------------------------
cl_entity_s vecDummy;
void DrawAimVecMaker
www.eeworm.com/read/200886/15420857
m draworigandaligneddata.m
% function drawOrigAndAlignedData(data,scaleAndTimes,useScaling);
%
% Draw the unaligned data, and the aligned data. If useScaling=1
% then also include the scaling in the alignment.
%
% If the data
www.eeworm.com/read/108721/15577920
java shape.java
/* Generated by Together */
abstract public class Shape {
public Shape(Drawing drawing) {
drawingUtility = drawing;
}
public abstract void draw();
public void drawL