C# Class Pinta.Core.Layer

Inheritance: ObservableObject
Afficher le fichier Open project: PintaProject/Pinta Class Usage Examples

Méthodes publiques

Свойство Type Description
BlendModeProperty string
HiddenProperty string
NameProperty string
OpacityProperty string

Méthodes publiques

Méthode Description
ApplyTransform ( Matrix xform, Gdk.Size new_size ) : void
Clear ( ) : void
Crop ( Gdk rect, Path selection ) : void
Draw ( Context ctx ) : void
Draw ( Context ctx, ImageSurface surface, double opacity, bool transform = true ) : void
DrawWithOperator ( Context ctx, ImageSurface surface, Operator op, double opacity = 1.0, bool transform = true ) : void
FlipHorizontal ( ) : void
FlipVertical ( ) : void
HueSaturation ( int hueDelta, int satDelta, int lightness ) : void
Layer ( ) : System
Layer ( ImageSurface surface ) : System
Layer ( ImageSurface surface, bool hidden, double opacity, string name ) : System
Resize ( int width, int height ) : void
ResizeCanvas ( int width, int height, Anchor anchor ) : void
RotateDimensions ( Gdk originalSize, double angle ) : Gdk.Size

Method Details

ApplyTransform() public méthode

public ApplyTransform ( Matrix xform, Gdk.Size new_size ) : void
xform Matrix
new_size Gdk.Size
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Crop() public méthode

public Crop ( Gdk rect, Path selection ) : void
rect Gdk
selection Cairo.Path
Résultat void

Draw() public méthode

public Draw ( Context ctx ) : void
ctx Context
Résultat void

Draw() public méthode

public Draw ( Context ctx, ImageSurface surface, double opacity, bool transform = true ) : void
ctx Context
surface Cairo.ImageSurface
opacity double
transform bool
Résultat void

DrawWithOperator() public méthode

public DrawWithOperator ( Context ctx, ImageSurface surface, Operator op, double opacity = 1.0, bool transform = true ) : void
ctx Context
surface Cairo.ImageSurface
op Operator
opacity double
transform bool
Résultat void

FlipHorizontal() public méthode

public FlipHorizontal ( ) : void
Résultat void

FlipVertical() public méthode

public FlipVertical ( ) : void
Résultat void

HueSaturation() public méthode

public HueSaturation ( int hueDelta, int satDelta, int lightness ) : void
hueDelta int
satDelta int
lightness int
Résultat void

Layer() public méthode

public Layer ( ) : System
Résultat System

Layer() public méthode

public Layer ( ImageSurface surface ) : System
surface Cairo.ImageSurface
Résultat System

Layer() public méthode

public Layer ( ImageSurface surface, bool hidden, double opacity, string name ) : System
surface Cairo.ImageSurface
hidden bool
opacity double
name string
Résultat System

Resize() public méthode

public Resize ( int width, int height ) : void
width int
height int
Résultat void

ResizeCanvas() public méthode

public ResizeCanvas ( int width, int height, Anchor anchor ) : void
width int
height int
anchor Anchor
Résultat void

RotateDimensions() public static méthode

public static RotateDimensions ( Gdk originalSize, double angle ) : Gdk.Size
originalSize Gdk
angle double
Résultat Gdk.Size

Property Details

BlendModeProperty public_oe static_oe property

public static string BlendModeProperty
Résultat string

HiddenProperty public_oe static_oe property

public static string HiddenProperty
Résultat string

NameProperty public_oe static_oe property

public static string NameProperty
Résultat string

OpacityProperty public_oe static_oe property

public static string OpacityProperty
Résultat string