C# 클래스 Oglr.Core.CustomUITypeEditors.XnaColorUiTypeEditor

Class extending the ColorEditor which adds the capability to change the alpha value of the color. For use on a property of type: Microsoft.Xna.Framework.Graphics.Color.
상속: System.Drawing.Design.ColorEditor
파일 보기 프로젝트 열기: SteveDunn/oglr 1 사용 예제들

공개 메소드들

메소드 설명
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object

Edits the given value.

PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void

메소드 상세

EditValue() 공개 메소드

Edits the given value.
public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
context ITypeDescriptorContext Context infromation.
provider IServiceProvider Service provider.
value object Value to be edited.
리턴 object

PaintValue() 공개 메소드

public PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void
e System.Drawing.Design.PaintValueEventArgs
리턴 void