Source position: Html5CanvasGR32.pas line 28
type THtml5CanvasStateGR32 = record |
||
FillStyle: Variant; |
|
|
StrokeStyle: Variant; |
|
|
LineWidth: Double; |
|
|
EndStyle: TEndStyle; |
|
|
JoinStyle: TJoinStyle; |
|
|
MiterLimit: Double; |
|
|
GlobalAlpha: Double; |
|
|
GlobalCompositeOperation: string; |
|
|
ShadowBlur: Double; |
|
|
ShadowColor: string; |
|
|
ShadowOffsetX: Double; |
|
|
ShadowOffsetY: Double; |
|
|
Font: string; |
|
|
TextAlign: string; |
|
|
TextBaseline: string; |
|
|
TransformationMatrix: TFloatMatrix; |
|
|
end; |
CT Web help |
CodeTyphon Studio |