代码搜索:PictureBox
找到约 1,286 项符合「PictureBox」的源代码
代码结果 1,286
www.eeworm.com/read/122834/6064417
vb paintpanel.vb
Imports System
Imports System.ComponentModel
Imports System.Drawing
Imports System.Drawing.Color
Imports System.WinForms
Public Class PaintPanel
Inherits PictureBox
Dim rc as RedCommand
www.eeworm.com/read/212650/15151572
vb noname1.vb
Public Function SaveBMP256(pic As PictureBox, FilePathName$) As Long
Dim bm As Bitmap, SizeOfArray As Long, fp As Long
Dim bf As BitmapFileHeader, bi As BitMapInfo256, buffer() As Byte
Dim hDC As L
www.eeworm.com/read/172212/5388989
vb mainform.vb
Imports Cowburn.Imaging
Public Class MainForm
Inherits System.Windows.Forms.Form
Friend WithEvents camImage As System.Windows.Forms.PictureBox
Friend WithEvents MainMenu1 As System.W
www.eeworm.com/read/420975/2058490
java slideshow.java
package shenyan.album;
import shenyan.album.*;
import java.io.*;
import java.sql.*;
import java.util.*;
public class SlideShow
{
private ArrayList pictureBox = null;
public SlideSho
www.eeworm.com/read/412091/11216128
txt readme.txt
http://www.vb-helper.com/HowTo/tileform.zip
Purpose
Tile a form with an image.
Method
In the Form_Paint event handler, use PaintPicture to copy the image in a
PictureBox onto the form repea
www.eeworm.com/read/490333/1199869
cs pictureboxtest.cs
// Fig. 12.28: PictureBoxTest.cs
// Using a PictureBox to display images.
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
www.eeworm.com/read/490333/1199873
cs pictureboxtest.cs
// Fig. 12.28: PictureBoxTest.cs
// Using a PictureBox to display images.
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;