C# Класс StandardizedDiffuseAlbedoMaps.ResultTexturePanel

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Client2ImageUV ImageUtility.float2
ImageClientRect RectangleF
ImageUV2Client PointF
InitializeComponent void
UpdateBitmap void

Открытые методы

Метод Описание
ResultTexturePanel ( IContainer container ) : System
StartSwatchColorPicking ( ColorPickingUpdate _Update, ColorPickingUpdate _PickingEnd ) : void

Starts color picking with the mouse, provided delegate is called on mouse move with new informations

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Приватные методы

Метод Описание
Client2ImageUV ( PointF _Position ) : ImageUtility.float2
ImageClientRect ( ) : RectangleF
ImageUV2Client ( ImageUtility _Position ) : PointF
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateBitmap ( ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnMouseDown() защищенный Метод

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Результат void

OnMouseMove() защищенный Метод

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Результат void

OnMouseUp() защищенный Метод

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Результат void

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnPaintBackground() защищенный Метод

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnSizeChanged() защищенный Метод

protected OnSizeChanged ( EventArgs e ) : void
e EventArgs
Результат void

ResultTexturePanel() публичный Метод

public ResultTexturePanel ( IContainer container ) : System
container IContainer
Результат System

StartSwatchColorPicking() публичный Метод

Starts color picking with the mouse, provided delegate is called on mouse move with new informations
public StartSwatchColorPicking ( ColorPickingUpdate _Update, ColorPickingUpdate _PickingEnd ) : void
_Update ColorPickingUpdate
_PickingEnd ColorPickingUpdate
Результат void